axmol/examples/SimpleSnake/README.md

19 lines
466 B
Markdown
Raw Normal View History

2022-06-15 13:10:54 +08:00
# Simple Snake
adxe version of a "Simple Snake" game.
If you have any questions or want to continue this project feel free to do so.
2022-06-15 13:10:54 +08:00
### Here are some ideas:
- Improve the "score optic"
- Save the "highsore times"
- Use sprites unstead of draw primitives
- Add some effects (sound, exploding stuff, traps, etc)
2022-06-15 13:10:54 +08:00
- or use it as startup of your own snake version with adxe
2022-06-15 13:10:54 +08:00
### Idea from here:
https://www.youtube.com/channel/UCC7qpnId5RIQruKDJOt2exw
2022-06-15 03:42:00 +08:00
MIT License