Skip to content

nukaboy/manaduel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

manaduel

A simple 1 vs 1 multiplayer card game

Each player starts with the same deck of spells, then every round each player casts a spell, their Attack / Defense value are compared, and each player loses HP. Whoever loses 10 HP first loses the game.

Host a game with "host", connect with "connect [ip]". Use "help" to get a list of all commands.

Its very easy to create your own deck of cards, just create a .deck file in the same directory as the exe and load it with "deck [filename]". Each spell is a line looking like "Name of the spell#Attack value#Defense value". Both players need the same deck to play.

About

A simple 1 vs 1 multiplayer card game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages