Applications and libraries/Games: Difference between revisions
DonStewart (talk | contribs) games in haskell |
Moved link to Paratrooper from the Haskell in Practice page |
||
Line 29: | Line 29: | ||
;[http://www.geocities.jp/takascience/haskell/monadius_en.html Monadius] | ;[http://www.geocities.jp/takascience/haskell/monadius_en.html Monadius] | ||
:Monadius is a shoot 'em up with the selection bar power-up system for Windows, written in Haskell | :Monadius is a shoot 'em up with the selection bar power-up system for Windows, written in Haskell | ||
;[http://www24.brinkster.com/srineet/para/para.html Paratrooper] | |||
:Paratrooper is a simple action game that runs on Windows and is written in literate Haskell. | |||
;[http://roguestar.downstairspeople.org Roguestar] | ;[http://roguestar.downstairspeople.org Roguestar] |
Revision as of 18:18, 20 November 2007
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.
Applications
- ANSI terminal Space Invaders
- A very simple space invaders written entirely in Haskell 98.
- Bridge
- David Roundy originally developed a Bridge game in Haskell and wrote a versioning system for this project. However as time went by, the versioning project Darcs became the more important part of the development and the bridge game was stalled.
- Frag
- Frag is a 3D first person shooting game written in Haskell, by Mun Hon Cheong. It uses Yampa, Quake 3 BSP level format and OpenGL. It is licensed under the GPL.
- Haskell in Space
- An asteroid like game
- Hetris
- ASCII tetris in Haskell
- hsChess
- Chess AI engine
- LambdaChess
- GTK chess client
- Mage (tar.gz)
- Nethack clone written in Haskell
- Monadius
- Monadius is a shoot 'em up with the selection bar power-up system for Windows, written in Haskell
- Paratrooper
- Paratrooper is a simple action game that runs on Windows and is written in literate Haskell.
- Roguestar
- Roguestar is a science fiction adventure role playing game using haskell and OpenGL.
- Scrambda
- Haskell implementation of scrabble
- Octane Mech
- Octane Mech, OpenGL Haskell based mech game
Further reading
Libraries
- FunGEn - a game engine for Haskell
- FunGEn (Functional Game Engine) is a 2D platform-independent game engine implemented in and for Haskell, using HOpenGL. It is intended to help game programmers in the game development process, in a faster and automated way.