dual-game: Network multiplayer 2D shooting game

[ game, mit, program ] [ Propose Tags ]

Network multiplayer 2D shooting game inspired from "dual" for Andriod. Start the server with dual <port> and the client with dual <server ip> <server port>


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.8 && <4.17), bifunctors (>=5.2 && <5.6), cereal (>=0.5 && <0.6), gloss (>=1.9 && <1.14), network (>=2.6 && <3.2), websockets (>=0.11 && <0.13) [details]
License MIT
Author Francesco Gazzetta
Maintainer Francesco Gazzetta <fgaz@fgaz.me>
Revised Revision 8 made by fgaz at 2022-07-25T09:05:29Z
Category Game
Home page https://github.com/fgaz/dual
Uploaded by fgaz at 2018-03-30T16:24:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables dual
Downloads 1363 total (16 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2018-03-30 [all 3 reports]

Readme for dual-game-0.1.0.1

[back to package description]

dual

Build Status

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

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