Skip to content

RodrigoPombo1/projeto-1-ia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

197 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto 1 AI

Instructions to run the game

  • (Optional) Create virtual environment

python3 -m venv venv (you can replace "venv" by the name you want to give your virtual environment)

  • (Optional) Activate virtual environment

source venv/bin/activate (again replace "venv" by the name you gave the virtual environment)

  • Install the project dependencies

pip install -r requirements.txt

  • Execute main.py file:

python3 src/main.py

Code structure

All the code is inside the src directory.

controller directory

  • The files in this directory deal with all the game logic

game_controller.py

ai_controller.py

model directory

  • The files in this directory deal with the internal game state representation

game_state.py

view directory

  • The files in this directory deal with all the visual aspects of the game

main_menu.py

in_game_visual.py

in_game_interface.py

game_over_menu.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages