tiny-games-hs
Haskell games
A collection of 10-line Haskell games showcasing the language's suitability for game development.
Haskell Tiny Game Jam
160 stars
12 watching
31 forks
Language: Haskell
last commit: about 1 year ago gamegamedevhaskell
Related projects:
Repository | Description | Stars |
---|---|---|
haskell-game/fungen | A lightweight game engine written in Haskell for creating 2D games using OpenGL. | 90 |
haskell-game/sdl2 | Haskell bindings to the SDL2 library provide access to its functionality for creating games and interactive applications. | 362 |
smallhadroncollider/ascii-runner | An infinite runner game played in the terminal using Haskell | 104 |
gregorulm/h2048 | An implementation of the game 2048 in Haskell with basic logic and console UI. | 89 |
keera-studios/haskell-game-programming | A collection of resources and documentation for learning game programming in Haskell. | 160 |
haskell/play-haskell | A web-based Haskell development playground and compiler environment. | 130 |
hauxir/haskell-tetris | A Haskell implementation of the classic Tetris game using ncurses | 72 |
haskell-game/dear-imgui.hs | A set of Haskell bindings to Dear ImGui, allowing rapid development of graphical user interfaces in games and graphics-intensive applications. | 143 |
haskellzhangsong/introduction_to_haskell | A book's source code with corrections and explanations for errors in a Haskell programming language textbook. | 67 |
typedbyte/hagato | A Haskell-based game development framework with modular sub-libraries for graphics, input, and other game-related functionality. | 66 |
nandor/hcraft | A Haskell implementation of a 3D game clone with a focus on gameplay mechanics and level generation | 95 |
haskell-game/bgfx | Haskell bindings to a cross-platform graphics API | 32 |
egonschiele/chips | A Haskell implementation of Chips Challenge game | 142 |
mondaymorninghaskell/haskellings | An automated tutorial program for learning Haskell programming | 167 |
cgenie/haskell-snake | An implementation of the classic snake game in Haskell using SDL2 | 60 |