Skip to content

Card Game Project for Software Engineering I - UFSC 2024.1

Notifications You must be signed in to change notification settings

margotmb/jogo-pizza-aps-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jogo-pizza-aps-2024

Linux

python3 -m venv .venv

source .venv/bin/activate

pip install -r requirements.txt

python3 src/jogo_da_pizza.py

Windows

python3 -m venv .venv

..venv\Scripts\Activate.ps1

pip install -r requirements.txt

python3 src/jogo_da_pizza.py

About

Card Game Project for Software Engineering I - UFSC 2024.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages