All Projects β†’ jxv β†’ Dino Rush

jxv / Dino Rush

Licence: other
πŸŒ‹ Endless runner game

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to Dino Rush

Supertux
SuperTux source code
Stars: ✭ 1,120 (+547.4%)
Mutual labels:  game, sdl2
Soldat
Soldat is a unique 2D (side-view) multiplayer action game
Stars: ✭ 1,199 (+593.06%)
Mutual labels:  game, sdl2
Cavestory Sdl2
Reconstructing Cave Story with SDL 2.0 and C++14
Stars: ✭ 69 (-60.12%)
Mutual labels:  game, sdl2
Sundog
A port of the Atari ST game SunDog: Frozen Legacy (1984) by FTL software
Stars: ✭ 42 (-75.72%)
Mutual labels:  game, sdl2
Teeworlds
A retro multiplayer shooter
Stars: ✭ 1,712 (+889.6%)
Mutual labels:  game, sdl2
Cataclysm Dda Android
An unofficial Android port of Cataclysm: Dark Days Ahead.
Stars: ✭ 58 (-66.47%)
Mutual labels:  game, sdl2
Dungeonrush
πŸ‘ΎπŸ A opensource game inspired by Snake, written in pure C with SDL
Stars: ✭ 1,192 (+589.02%)
Mutual labels:  game, sdl2
Openloco
An open source re-implementation of Chris Sawyer's Locomotion
Stars: ✭ 504 (+191.33%)
Mutual labels:  game, sdl2
Mir2x
open source MMORPG game
Stars: ✭ 118 (-31.79%)
Mutual labels:  game, sdl2
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎒
Stars: ✭ 10,115 (+5746.82%)
Mutual labels:  game, sdl2
Cosmo Engine
A new game engine to play the MS-DOS game "Cosmo's Cosmic Adventure" on modern systems
Stars: ✭ 38 (-78.03%)
Mutual labels:  game, sdl2
Knightonline
OpenKO is an open source version of the old school Knight Online MMORPG
Stars: ✭ 146 (-15.61%)
Mutual labels:  game, sdl2
Yh
a tech demo for a bullet hell game. for the full game visit https://gilmi.me/nyx
Stars: ✭ 34 (-80.35%)
Mutual labels:  game, sdl2
Tetris Sdl C
πŸ•ΉοΈ A toy project implementing a simple tetris clone in C for learning SDL 2.x.
Stars: ✭ 60 (-65.32%)
Mutual labels:  game, sdl2
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+344.51%)
Mutual labels:  game, sdl2
Engine
C++11 and SDL2 lightweight 2d game framework
Stars: ✭ 71 (-58.96%)
Mutual labels:  game, sdl2
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+127.17%)
Mutual labels:  game, sdl2
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+143.93%)
Mutual labels:  game, sdl2
Kys Pascal
γ€Šι‡‘εΊΈηΎ€δΎ δΌ γ€‹Pascalι‡εˆΆη‰ˆ
Stars: ✭ 86 (-50.29%)
Mutual labels:  game, sdl2
Openhow
Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
Stars: ✭ 144 (-16.76%)
Mutual labels:  game, sdl2

Dino Rush

Game Play

Blog: http://jxv.io/blog/2018-02-28-A-Game-in-Haskell.html

Discussion: https://www.reddit.com/r/haskell/comments/813yik/a_game_in_haskell_dino_rush/

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].