Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 634 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 634 Bytes

racer

SDL2 game project with cross-compilation toolchains for all major desktop platforms.

Requirements

Getting Started

  1. Clone the repository.

  2. Run make to start the dev container.

Windows

  1. Run make WIN32=1

  2. Run the built executable.

    $ ./build/win32/snake.exe 
    

macOS

  1. Run make MACOS=1

  2. Run the built executable.

    $ ./build/macos/snake
    

Linux

  1. Run make LINUX=1

  2. Run the built executable.

    $ ./build/linux/snake