axmol/examples/SimpleSnake
halx99 5f04e88dc7 Improve android gradle script axistools.gradle 2022-07-12 13:07:27 +08:00
..
Classes Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Resources Merge: 04ca16125b 9ee4181976 2022-07-10 09:47:41 +08:00
proj.android Improve android gradle script axistools.gradle 2022-07-12 13:07:27 +08:00
proj.ios_mac Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
proj.linux Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
proj.win32 Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
CMakeLists.txt Fix setup cmake files and some relative sources 2022-07-08 14:20:41 +08:00
LICENSE Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
README.md Merge: 04ca16125b 9ee4181976 2022-07-10 09:47:41 +08:00
axis-project-template.json Fix CMAKE 2022-07-08 02:10:35 +03:00
run.bat.in Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00

README.md

Simple Snake

axis version of a "Simple Snake" game.

image

If you have any questions or want to continue this project feel free to do so.

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)

  • or use it as startup of your own snake version with axis

Idea from here:

https://www.youtube.com/channel/UCC7qpnId5RIQruKDJOt2exw

MIT License