haskell-snake
Snake game
An implementation of the classic snake game in Haskell using SDL2
Snake game implemetation in Haskell using SDL2
60 stars
7 watching
16 forks
Language: Haskell
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
alexdantas/nsnake | A text-based game implementation using C++ and ncurses libraries | 199 |
mattkelly/snake-go | A terminal-based game where the player controls a snake and must navigate around obstacles to survive. | 21 |
origedit/worm | A game implementation of Snake for an 8-bit processor | 2 |
dmitryshelomanov/snake | A snake game project with AI-powered features and customizable gameplay options. | 35 |
billyfrcs/snakelol | A simple 2D snake game built from scratch using C++ and SFML | 6 |
fabioarnold/snake-zig | A simple snake game written in C using OpenGL 2 | 18 |
gamedolphin/javascript_snake | A JavaScript implementation of a classic game where a character moves around and eats food pellets while avoiding collisions | 4 |
lsmor/snake-fury | A Haskell project that challenges beginners to implement and refactor a snake game using pure and abstracted logic, focusing on learning by refactoring rather than example-based tutorials. | 440 |
haskell-game/fungen | A lightweight game engine written in Haskell for creating 2D games using OpenGL. | 90 |
holobeat/zig-wasm-snake | A game written in Zig, compiled to WASM, for online play | 12 |
seokky/vue-snake-game | A Vue.js application that implements a snake game without using canvas | 46 |
haskell-game/sdl2 | Haskell bindings to the SDL2 library provide access to its functionality for creating games and interactive applications. | 362 |
simonwaldherr/cgolgo | An implementation of Conway's Game of Life in Golang | 46 |
tristangoossens/snake-go | A terminal-based snake game written in Go with basic gameplay and settings options. | 330 |
dommmel/coffee-snake | A simple HTML5 snake game written in JavaScript using Coffee Script | 32 |