Difference between revisions of "Applications and libraries/Games"

From HaskellWiki
Jump to navigation Jump to search
m (Libraries and tools/Games moved to Applications and libraries/Games)
(Haskell in Space and alphabetical order)
Line 2: Line 2:
   
 
== Applications ==
 
== Applications ==
  +
  +
;[http://www.cs.mu.oz.au/~bjpop/code/HInvaders.tar.gz ANSI terminal Space Invaders]
 
:A very simple space invaders written entirely in Haskell 98.
   
 
;[[Frag]]
 
;[[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.
 
: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.
   
;[http://www.cs.mu.oz.au/~bjpop/code/HInvaders.tar.gz ANSI terminal Space Invaders]
+
;[http://www.informatik.uni-bremen.de/~cxl/lehre/pi3.ws01/asteroids/ Haskell in Space]
  +
:An asteroid like game
:A very simple space invaders written entirely in Haskell 98.
 
   
 
;[http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/Hetris/ Hetris]
 
;[http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/Hetris/ Hetris]
 
:ASCII tetris in Haskell
 
:ASCII tetris in Haskell
   
;[http://www.geocities.jp/takascience/haskell/monadius_en.html Monadius]
+
;[http://www.cse.unsw.edu.au/~dons/code/contrib/hsChess hsChess]
 
:Chess AI engine
:Monadius is a shoot 'em up with the selection bar power-up system for Windows, written in Haskell
 
   
;[http://roguestar.downstairspeople.org Roguestar]
+
;[http://mu.org/~mux/LambdaChess/ LambdaChess]
 
:GTK chess client
:Roguestar is a science fiction adventure role playing game using haskell and OpenGL.
 
   
 
;[http://www.scannedinavian.com/~shae/mage-1.0pre35.tar.gz Mage] (tar.gz)
 
;[http://www.scannedinavian.com/~shae/mage-1.0pre35.tar.gz Mage] (tar.gz)
 
:Nethack clone written in Haskell
 
:Nethack clone written in Haskell
   
;[http://www.cse.unsw.edu.au/~dons/code/contrib/hsChess hsChess]
+
;[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
:Chess AI engine
 
   
;[http://mu.org/~mux/LambdaChess/ LambdaChess]
+
;[http://roguestar.downstairspeople.org Roguestar]
 
:Roguestar is a science fiction adventure role playing game using haskell and OpenGL.
:GTK chess client
 
   
 
== Libraries ==
 
== Libraries ==

Revision as of 09:49, 26 September 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.
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
Roguestar
Roguestar is a science fiction adventure role playing game using haskell and OpenGL.

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.