diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-09-11 22:27:00 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-09-11 22:27:00 -0400 |
| commit | a0ab77f2e8f21a7096dc9b0828907d6e4e34fc2d (patch) | |
| tree | 2929f087116ba6b2ee1bd3b2482f8197509313cb /.gitignore | |
| parent | 4d9a3334fbfea46ac1d17648ac532b8ff8b0363b (diff) | |
Start work on bingo functionality
Created a simple struct for game state.
Started work on board generators and their seeds.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -# If you prefer the allow list template instead of the deny list, see community template: -# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore -# # Binaries for programs and plugins *.exe *.exe~ |
