simonmichael / dino-rush

πŸŒ‹ Endless runner game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dino Rush

Game Play

OSX build

brew install sdl2
brew install sdl2_ttf
brew install sdl2_image
brew install libmikmod
brew install sdl2_mixer
stack build

sdl2_mixer must be complied with libmikmod

Ubuntu build

sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libmikmod-dev libsdl2-mixer-dev
stack build

Windows build

stack exec -- pacman -S mingw64/mingw-w64-x86_64-pkg-config mingw64/mingw-w64-x86_64-SDL2 mingw64/mingw-w64-x86_64-SDL2_ttf mingw64/mingw-w64-x86_64-SDL2_image mingw64/mingw-w64-x86_64-SDL2_mixer mingw64/mingw-w64-x86_64-libmikmod
stack build

Run

stack exec dino-rush

Assets

About

πŸŒ‹ Endless runner game

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%