diff options
author | Indrajith K L | 2022-04-14 03:16:45 +0530 |
---|---|---|
committer | Indrajith K L | 2022-04-14 03:16:45 +0530 |
commit | fc44ae1243e21179d759df3b947fc55ca0425534 (patch) | |
tree | 588afc653da04ca4a71ab8d744d900c6c6f76b6e /README.md | |
download | gamedevjs-jam-fc44ae1243e21179d759df3b947fc55ca0425534.tar.gz gamedevjs-jam-fc44ae1243e21179d759df3b947fc55ca0425534.tar.bz2 gamedevjs-jam-fc44ae1243e21179d759df3b947fc55ca0425534.zip |
Initial Commit
* Basic Character Controls
* Tileset
* Collision
* Basic Collectables
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bae569 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## Untitled Entry for Gamedev.js 2022 Jam + +This game is written in lua and GODOT framework. + +### Controls +``` +Arrows - Movement +X - Jump +``` + +### Assets Used +- [Pixel Adventure 1](https://pixelfrog-assets.itch.io/pixel-adventure-1) + +Distributed under GPL 3.0. + +```Indrajith K L, 2022```
\ No newline at end of file |