8000 GitHub - pds2/20191-team-5: Repository of the practical project of PDS2 (Information Systems, UFMG), 2019/1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Repository of the practical project of PDS2 (Information Systems, UFMG), 2019/1

Notifications You must be signed in to change notification settings

pds2/20191-team-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pierre Laplaces's Card Game

A Card game inspired by Hearthstone, Magic and Yu-Gi-Oh

Usage

O projeto possui um Makefile para facilitar a build do programa. Para compilar, entre na pasta do projeto e rode o make:

cd cardgame
make

O programa é dividido entre cliente e servidor, para rodar o servidor execute:

make run

O cliente é acessível então em localhost:8082/client/.

0