Skip to content

Projeto desenvolvido para disciplina de Engenharia de Software I (INE5417)

Notifications You must be signed in to change notification settings

caioopra/UnoFlip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating your game

1. Create and activate a virtual environment (in the folder that contains the folders dog and config);

2. Execute 'pip install -r requirements.txt' (to install the libraries used by the framework);

3. Go to folder 'config' and follow the instructions therein;

4. DEVELOP YOUR GAME;

5. Execute 'pip freeze > requirements.txt' (to update requirements.txt with the libraries used by your game);

6. To distribute your game:

	a. Remove the folder of the virtual environment;
	b. Compact and send your game with the following instrucions:
		I. Create and activate a virtual environment;
		II. Execute pip 'install -r requirements.txt';
		III. To run the game:  <name_of_your_game>.py.


About

Projeto desenvolvido para disciplina de Engenharia de Software I (INE5417)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages