Odingine is a simple 2D game engine built using the Odin programming language. It aims to provide a straightforward and efficient way to create 2D games with minimal setup and boilerplate code.
-
Make sure you have Odin installed on your system.
-
Clone the repository:
git clone https://github.com/tathyagarg/odingine cd odingine -
Build and run the engine using Odin:
odin run runtime
There is still a lot of major features to be added and bugs to be fixed. Other documentation can be found in the docs folder.
