Popularity
5.0
Declining
Activity
0.0
Stable
6
4
2

Monthly Downloads: 14
Programming language: Haskell
License: MIT License
Tags: Game    

dual-game alternatives and similar packages

Based on the "Game" category.
Alternatively, view dual-game alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of dual-game or a related project?

Add another 'Game' Package

README

dual

Hackage Hackage CI Build Status

A simplified clone of the "dual" game for Android.

Requirements

You'll need the freeglut library. On ubuntu:

sudo apt-get install freeglut3-dev

Installation

Install ghc and cabal-install and run:

cabal v2-install dual-game

Usage

  • start the server dual <port>
  • start the client dual <server ip> <port>
  • arrow keys to move, space to shoot (keep it pressed to charge a bigger projectile)
  • the first one to lose all hp (the green bar) loses the game

[screenshot](screenshot.png)