Skip to content

A simple networked card moving application made for prototyping card games with others online.

Notifications You must be signed in to change notification settings

Nevon/cardboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardboard

A simple, networked card moving application made for prototyping card games. The entire thing was made in a matter of hours to be able to prototype a card game for a game design class, so don't expect much from the codebase.

That said, it should allow two people to move cards around on a board, flip them over, etc.

The game is hard coded to use port 3410, and you need LÖVE to play it. To launch (from within the game directory):

love . [server]

To connect as a client:

love . client <IP adress>

Sounds from here: http://www.freesound.org/people/NoiseCollector/sounds/7727/ http://www.freesound.org/people/themfish/sounds/45816/

Playing cards from here: http://www.eludication.org/playingcards.html

About

A simple networked card moving application made for prototyping card games with others online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages