diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-12-13 09:16:42 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-12-13 09:16:42 -0600 |
commit | 1598e7d21b5a4571db2d8d0be985b767056e267e (patch) | |
tree | ac25b90a9a57a0b88955843d6e80d6bdfbf6325b /.gitignore | |
parent | put game loop in its own function (diff) | |
download | wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.gz wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.bz2 wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.lz wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.xz wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.zst wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.zip |
add saving game state
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,4 +18,7 @@ Cargo.lock # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/
\ No newline at end of file +#.idea/ + +output.log +game.bin
\ No newline at end of file |