No description
| assets | ||
| repo | ||
| game.odin | ||
| main.odin | ||
| Makefile | ||
| ols.json | ||
| README.md | ||
| screens.odin | ||
| sprites.odin | ||
| state.odin | ||
Space Invaders
About
This is a simple clone I wrote in a weekend using odin-lang and the available raylib bindings.
Software used
Asepritefor pixel artneovimand theolsLSPmake
Building & running
This should be buildable through the makefile on any platform (Windows, OSX & Linux) as long as you have the Odin compiler on hand. If the makefile is causing you trouble the project can be directly ran with (which creates a binary file as well):
odin run .
or compiled to a binary with a custom output directory & speed optimizations (although they are not needed at all):
odin build . -out:space_invaders.exe -o:speed

