showdown: A simple gtk based Russian Roulette game.

[ bsd3, game, program ] [ Propose Tags ]

A Russian Roulette game written in Haskell Using GTK2HS and Glade.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.5, 0.5.1, 0.5.2, 0.5.3
Dependencies base (>=2 && <=4), glade, gtk, random [details]
License BSD-3-Clause
Author Anthony Simpson
Maintainer DiscipleRayne@gmail.com
Category Game
Uploaded by AnthonyGrimes at 2009-06-28T18:10:11Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables showdown
Downloads 3641 total (13 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 2016-12-31 [all 6 reports]

Readme for showdown-0.5.3

[back to package description]
To build and install this application you will need cabal, and preferably cabal-install. These instructions assume you have Cabal-Install installed, along with GHC 6.10.

Open up a terminal and type 'cabal install showdown-0.6' and wait as it installs dependencies and the application. After this has finished, if no errors emerge, the executable to start the application will be located at /home/<user>/.cabal/bin/showdown.

To play the game, start a new game by pressing the Fire!, or New Game button, or going to Game -> New. Enter player 1's desired name, and player 2's desired name and the number of cylinders you wish to be in the 'gun'. Once you have your settings how you want them, press start. Players take turns clicking the Fire! button or pressing enter. The game ends when one player bites the bullet!


This application was written to enhance my knowledge of Haskell and Gtk2hs. It was also a way to help me learn to design GUI's with Glade.