Skip to content

Commit

Permalink
Make an (almost) running version of sokoban
Browse files Browse the repository at this point in the history
Running the game might result in “thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: MismatchedDynamicOffsetCount { actual: 0, expected: 2 }'”. This is because of bevyengine/bevy#134
  • Loading branch information
ropewalker committed Aug 19, 2020
0 parents commit 41bcf6f
Show file tree
Hide file tree
Showing 51 changed files with 3,532 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
/target
.DS_Store
*.iml

0 comments on commit 41bcf6f

Please sign in to comment.