Popularity
6.8
Declining
Activity
0.0
Stable
7
8
2
Monthly Downloads: 27
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Game
Latest version: v0.1.1
call alternatives and similar packages
Based on the "Game" category.
Alternatively, view call alternatives based on common mentions on social networks and blogs.
-
LambdaHack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at -
haskanoid
A free and open source breakout clone in Haskell using SDL and FRP, with Wiimote and Kinect support. -
Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at -
Ninjas
Haskell game where multiple players attempt to blend in with computer controlled characters while being first to visit the key locations on the board. -
gloss-game
A convenience wrapper around the Gloss library to make writing games in Haskell even easier -
gore-and-ash
Attempt to build game engine with networking in Haskell using FRP as core idea. -
Liquorice
Haskell embedded domain-specific language (eDSL) for the algorithmic construction of maps for the computer game "Doom" -
battleship
Battleship... Pure.. Functional... Haskell + MongoDB + TypeScript + React... https://battleship-fp.com/ -
netwire-input-glfw
MonadInput instances for GLFW based netwire programs
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of call or a related project?
Popular Comparisons
README
The Call Game Engine
Note
- You have to compile sources with
-threaded
due to call's concurrency.
Comparison
Feature | free-game | call |
---|---|---|
Policy | All in one | Separate as possible |
Time | Frame-based | Continuous |
Window Refresh | Monadic | Callback |
2D drawing | Monadic | Monoidal |
3D drawing | Monoidal | |
Text | Monadic | |
Audio | Callback | |
Keyboard | Monadic | Callback, Monadic |
Mouse | Monadic | Callback, Monadic |
Gamepad | Callback, Monadic |
Getting Started
$ cabal update
$ cabal install bindings-portaudio
$ cabal install call
import Call
main = runSystemDefault $ do
linkPicture $ const $ return $ color blue $ circleOutline 240
stand