Skip to content

Porem5002/flappy-odin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Odin

A flappy bird clone developed using the Odin Programming Language and Raylib.

Install

To install the game checkout the Releases section and select the binaries that are compatible with your platform.

If there are no current releases available for your platform, consider building the project on your machine, see how to do it here.

Play

To play the game run the executable called flappy_odin.

Controls:

  • ESC - Exit
  • ENTER - Proceed/Unpause
  • SPACE - Jump
  • F - Toggle Fullscreen

Build

If you want to build the project in your own machine you will need to have the Odin Programming Language installed in your PC and make it accessible via your PATH environment variable.

After doing this, run the following commands according to your platform and your needs.

On Windows

Generate Release Build:

.\build.bat release

Generate Debug Build:

.\build.bat

On Linux

Generate Release Build:

make release

Generate Debug Build:

make

License

MIT License