Source code for the game Arcade Fight made in Nelua. Simple top down shooter against a robot boss.
Watch on Youtube (click the image):
The following version was used:
Nelua 0.2.0-dev
Build number: 1528
Git date: 2022-07-21 12:31:19 -0300
Git hash: 112409b9b54468275a4f4700f04e1b03966994bb
Semantic version: 0.2.0-dev.1528+112409b9
Look at the wiki page for detailed instructions.
Using newer versions of raylib is not recommended, it will contain breaking changes.
git clone https://github.com/SomeUnusualGames/Arcade-Fight.git
Note that the raylib binding (nelua-raylib) is already included in this repository.
nelua main.nelua
You can add the following optional parameters in no particular order:
-
web
: Replace the main loop withemscripten_set_main_loop
. You can then compile the game for the web using emscripten. Note that you must compile raylib for the web first. -
skip
: Skip the splash screen. -
gc
: Enable the garbage collector.