https://github.com/kiryk/dunge
a PVP action textual game for *NIX
https://github.com/kiryk/dunge
game pvp rouge rougelike
Last synced: 6 months ago
JSON representation
a PVP action textual game for *NIX
- Host: GitHub
- URL: https://github.com/kiryk/dunge
- Owner: kiryk
- License: mit
- Created: 2017-12-23T17:37:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T13:10:04.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T00:51:18.461Z (6 months ago)
- Topics: game, pvp, rouge, rougelike
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Dunge
=====Dunge is a textual PVP game that I wrote several years ago as an experiment.
Plot
----Plot of the game unintentionally reminds plot of the action movie Die Hard, you are in a burning office building and have to survive, the last player who survives - wins. You are allowed to attack and kill the others.
Running the game
----------------To compile the game on *NIX, use command `cc -o dunge *.c -pthread`
To host it, use command `./dunge [port]`.
To connect to an already hosted game use `netcat` or `telnet`. This should work on any operating system.
Gameplay
--------Command |Description
-----------------|-----------
`use [item]` |Use specified item, items that are equipable, have to be `take`n at first, for instance, you can use doors without equiping them
`take [item]` |Equip specified item, not all items are equipable though
`drop [item]` |Drop specified item
`hold [item]` |Take one of your equipped items to your hand, in order to help or attack the others with it
`attack [player]`|"Attack" specified player, with the item you currenlty hold in hand, if it's food or bandage, you'll feed or heal them
`exit` |Exit the game (by commiting suicide)