Work in progress. Now only stage A.
It also serves as dogfooding for my libraries (goblib,goblib_m5s).
Due to rights issues, image and sound resource data are not included.
For guidelines on creating your own resources here
Boss rush from arcade game "DARIUS".
We are not running it on an emulator, but on our own code.
Therefore, the behavior is different from the real thing.
I have nothing but respect for the people and company that created "DARIUS".
M5Stack Basic,Gray
M5Stack Faces + GB Face
You can build on ArduinoIDE or PlatformIO with Visual Studio Code.
Please refer to the respective Webpage for instructions on how to build each environment.
-
Exclusive
M5Stack 0.4.3
LovyanGFX 1.1.16
or
M5Unified 0.1.6 (include M5GFX) -
Common
SdFat 2.2.2
goblib 0.2.0
goblib_m5s 0.3.0
Item | Settings |
---|---|
platform | espressif32@3.5.0 |
board | m5stack-core-esp32 or m5stack-gray |
env | description | remarks |
---|---|---|
master | Master build with LovyanGFX | No debugging features |
master_M5GFX | Master build with M5Unified | No debugging features |
release | Release build with LovyanGFX | Debugging features available |
release_M5GFX | Release build with M5Unified | Debugging features available |
TinyDarius.ino is empty file. setup() and loop() in ./src/main.cpp.
The build will be equivalent to release in platform.ini.
If you want to change building env,then you need edit platform.txt
Please refer to the env description to set the options.
Button | Description |
---|---|
Select | Insert coin |
Start | Start game if credits exists |
Cross | Moving my ship |
A | Shot(Software rapid shot) |
- Please inert coin.(Push select)
- Push start and start game.
- Can't move until enemies appear.(Please wait)
- Defeat the boss in time. (The boss will escape when the time is up)
- Choose next stage by ship position.(Be careful for obstacles)
- Game clear when you defeat all boss.
(Maybe if I have time I will make an effort to do so to the extent possible)
- Add more boss.
- Add time bonus on round clear.
- Add more SFX.
- Save/load score ranking.
- Add missile and power up for ship... hmm, May or may not be implemented.
It will be rewritten to be based on the gob_tilemap that is being created.
Please be patient.
@KojiSaito Influenced by his programming for M5Stack, I also bought M5Stack. Thanks to he has shown me the path to M5Stack development.
@Lovyan03 He is making many cool and useful libraries. Thanks to LovaynGFX I was able to create a game for M5Stack.
Thanks also to the other people who gave me all kinds of advice during the development.
Have a happy coding :)