All Projects → Rydgel → flappy-haskell

Rydgel / flappy-haskell

Licence: MIT license
Flappy Bird Haskell Implementation

Programming Languages

haskell
3896 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to flappy-haskell

teki
Touhou-style shoot'em up
Stars: ✭ 60 (+81.82%)
Mutual labels:  sdl2
virtualGizmo3D
Virtual GIZMO - 3D object manipulator / orientator, via mouse, with pan and dolly/zoom features
Stars: ✭ 36 (+9.09%)
Mutual labels:  sdl2
pk2
Pekka Kana 2, a platformer game
Stars: ✭ 58 (+75.76%)
Mutual labels:  sdl2
RustTetris
Tetris Made in Rust and SDL2
Stars: ✭ 18 (-45.45%)
Mutual labels:  sdl2
RawSalmonEngine
A game engine utilising "Tiled" map files
Stars: ✭ 15 (-54.55%)
Mutual labels:  sdl2
ffi-sdl
PHP FFI SDL bindings
Stars: ✭ 23 (-30.3%)
Mutual labels:  sdl2
sdl stb font
Renders text using STB_Truetype in pure SDL
Stars: ✭ 40 (+21.21%)
Mutual labels:  sdl2
ModuleMania
Various useful sysmodules (kip files) for Nintendo Switch, to be used with CFW
Stars: ✭ 30 (-9.09%)
Mutual labels:  sdl2
fermium
An easy to build and use set of SDL2 bindings.
Stars: ✭ 48 (+45.45%)
Mutual labels:  sdl2
crispy-doom
Crispy Doom is a limit-removing enhanced-resolution Doom source port based on Chocolate Doom.
Stars: ✭ 608 (+1742.42%)
Mutual labels:  sdl2
sdl2-raycast
SDL2 C++ raycasting engine with vertical movement, floor/ceiling texture mapping and sprites.
Stars: ✭ 80 (+142.42%)
Mutual labels:  sdl2
chip-8
A CHIP-8 Emulator written in Haskell
Stars: ✭ 34 (+3.03%)
Mutual labels:  sdl2
endbasic
BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
Stars: ✭ 220 (+566.67%)
Mutual labels:  sdl2
openmom
A cross-platform open source port of Master of Magic game from Microprose
Stars: ✭ 90 (+172.73%)
Mutual labels:  sdl2
Driftwood
Driftwood 2D Tiling Game Engine and Development Suite
Stars: ✭ 23 (-30.3%)
Mutual labels:  sdl2
MinecraftC
A Raytraced Minecraft Classic 0.0.30a port to C
Stars: ✭ 250 (+657.58%)
Mutual labels:  sdl2
ParsecSoda
Parsec Soda is a custom open-source game streaming app that integrates with Parsec API and is focused in Host experience.
Stars: ✭ 135 (+309.09%)
Mutual labels:  sdl2
neural-network-training-with-games
Neural network training with games
Stars: ✭ 25 (-24.24%)
Mutual labels:  sdl2
mach.d
Library for the D programming language.
Stars: ✭ 27 (-18.18%)
Mutual labels:  sdl2
libnvc
Easy way to embed (neo)vim in your application
Stars: ✭ 32 (-3.03%)
Mutual labels:  sdl2

Flappy Haskell

Flappy Bird implementation made with SDL2 and FRP (Yampa).

Installation

You will need some system libraries:

  • SDL2
  • SDL2_Image
  • SDL2_Mixer (with libvorbis/Ogg support enabled!)

Installation on OS X

$ brew install sdl2
$ brew install sdl2_image
$ brew install sdl2_mixer --with-libvorbis
$ git clone https://github.com/Rydgel/flappy-haskell
$ cd flappy-haskell
$ stack build
$ stack exec flappy-haskell
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].