axmol/examples/SimpleSnake
涓€绾跨伒 e6ae7c44b3 Merge: 555f847c1f 6dd8b2c74a
Merge pull request #702 from DelinWorks/improve-engine-types

[PROPOSAL] Move global enums to their own file.
2022-07-05 00:39:20 +08:00
..
Classes Merge: 555f847c1f 6dd8b2c74a 2022-07-05 00:39:20 +08:00
Resources Merge: e7f5f28931 a09a6ea800 2022-06-25 10:16:54 +08:00
proj.android Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
proj.ios_mac Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
proj.linux Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
proj.win32 Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
CMakeLists.txt Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
LICENSE Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
README.md Merge: e7f5f28931 a09a6ea800 2022-06-25 10:16:54 +08:00
adxe-project-template.json Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00
run.bat.in Merge: 101f09d912 820ad21a46 2022-06-17 17:16:55 +03:00

README.md

Simple Snake

adxe 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 adxe

Idea from here:

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

MIT License