Skip to content
Snippets Groups Projects
Commit 9b999089 authored by Suraj De's avatar Suraj De
Browse files

Update README.md

parent e31313f8
No related branches found
No related tags found
No related merge requests found
...@@ -36,3 +36,33 @@ The player controls the character which goes over a field of various tiles, whic ...@@ -36,3 +36,33 @@ The player controls the character which goes over a field of various tiles, whic
| ------ | ------ | ------ | | ------ | ------ | ------ |
| Move Left | Left Arrow Key | Moving to the Left | | Move Left | Left Arrow Key | Moving to the Left |
| Move Right | Right Arrow Key | Moving to the Right | | Move Right | Right Arrow Key | Moving to the Right |
| Move Up | Up Arrow Key | Moving Upwards |
| Move Down | Down Arrow Key | Moving Downwards |
| Jumping | Space Key | Jumping Feature |
| Mark Mine - up | Numpad 8 | Marking the tile for the current location in the Up direction |
| Mark Mine - left | Numpad 4 | Marking the tile for the current location in the Left direction |
| Mark Mine - right | Numpad 6 | Marking the tile for the current location in the Right direction |
| Mark Mine - down | Numpad 2 | Marking the tile for the current location in the Down direction |
| Mark Mine - bottom left | Numpad 1 | Marking the tile for the current location in the Bottom Left direction |
| Mark Mine - bottom right | Numpad 3 | Marking the tile for the current location in the Bottom Right direction |
| Mark Mine - top left | Numpad 7 | Marking the tile for the current location in the Top Left direction |
| Mark Mine - top right | Numpad 9 | Marking the tile for the current location in the Top Right direction |
## Authors and Contributors
**Developers:**
* Lama Amro
* Suraj De
Thank you to our teachers for helping out during the course.
## License
This is intended to be an educational project and not a commercially licensed game. All the audio are from Unity's asset store, requiring no license.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment