wxAsteroids: Try to avoid the asteroids with your space ship

[ bsd3, game, program ] [ Propose Tags ]

The Asteroids game, using the wxHaskell GUI, as described in "wxHaskell, A Portable and Concise GUI Library for Haskell" http:/legacy.cs.uu.nldaandownloadpapers/wxhaskell.pdf


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.1.0.1
Dependencies base, directory, random, wx, wxcore [details]
License BSD-3-Clause
Author Daan Leijen
Maintainer Nobody
Category Game
Home page http://www.haskell.org/haskellwiki/wxAsteroids
Uploaded by HenkJanVanTuyl at 2009-03-26T19:38:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables wxAsteroids
Downloads 2710 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-02 [all 8 reports]

Readme for wxAsteroids-1.0

[back to package description]
Your space ship enters an asteroid belt, try to avoid 
collisions!

wxAsteroids is a game demonstrating the wxHaskell GUI.

To run the game, you will need wxHaskell, see:
  http://www.haskell.org/haskellwiki/WxHaskell/Download

If wxHaskell is installed, and you have cabal-install 
on your system, give the folllowing command to install 
wxAsteroids:
  cabal install wxAsteroids

Another option is, to download the wxAsteroids tarball 
from Hackage:
  http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxAsteroids 
and unpack it; go to the directory with the game code 
and enter the commands: 
  runhaskell Setup configure
  runhaskell Setup build
  runhaskell Setup install

You will get a message about the directory in which the 
executable is installed; this directory must be in the 
search path. 

Give the following command to start the game:
  wxAsteroids

Use the left and right cursor keys to move the ship sideways. 
Ctrl-n creates a new window with a new Asteroids game. 
Ctrl-p pauses/resumes the game. 
To increase the speed of the space ship, press '+'; 
to slow down, press '-'.

For a detailed description of wxHaskell and the program, see:
"wxHaskell, A Portable and Concise GUI Library for Haskell"
  http://legacy.cs.uu.nl/daan/download/papers/wxhaskell.pdf

Further information about wxHaskell can be found at:
  http://www.haskell.org/haskellwiki/WxHaskell