Ld48-game Alternatives
Similar projects and alternatives to ld48-game
-
-
FunGEn
A lightweight, cross-platform, OpenGL-based 2D game engine in Haskell (by haskell-game)
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
purescript-halogen
A declarative, type-safe UI library for PureScript.
-
monomer
An easy to use, cross platform, GUI library for writing Haskell applications.
-
-
io-sim
Haskell's IO simulator which closely follows core packages (base, async, stm).
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
ba-thesis
My B.S. thesis on Game Development in Haskell and the related code
ld48-game reviews and mentions
-
What can I do in Haskell? UwU
ld48-game - kinda similar to the nyx-game codebase but a bit smaller, newer and cleaned up.
-
Asteroid clone... two of them? A paper on functional programming in video games
On a different topic, one benefit of keeping code without IO is having the ability to rollback it for networking. This is what alpaca-netcode does - you give it a stepper function and it handles simulating the world, including rollback, and networking for you. I used it in my last ludum dare entry and it was very cool, but also not without issues.