Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/university-project-repos/uu-game
Agile-developed automated quarto 'UU-Game'. Implemented AI-driven #1 game engine component. Integrated (from "purchase", if not implemented) rest. Seems only team to finish intact with all members (excluding final examination). Distinction grade (personal). My first project in first term at UU, but not first time utterly sleep deprived nightly from
https://github.com/university-project-repos/uu-game
agile-development artificial-intelligence cli-app collaborative-development game-development kanban minimax-algorithm project-management python-3 quarto requirements-elicitation software-design software-development software-engineering software-testing task-management university-project uppsala uppsala-university user-centric
Last synced: 23 days ago
JSON representation
Agile-developed automated quarto 'UU-Game'. Implemented AI-driven #1 game engine component. Integrated (from "purchase", if not implemented) rest. Seems only team to finish intact with all members (excluding final examination). Distinction grade (personal). My first project in first term at UU, but not first time utterly sleep deprived nightly from
- Host: GitHub
- URL: https://github.com/university-project-repos/uu-game
- Owner: University-Project-Repos
- Created: 2019-01-24T11:59:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T19:02:14.000Z (about 3 years ago)
- Last Synced: 2024-09-13T00:27:23.866Z (3 months ago)
- Topics: agile-development, artificial-intelligence, cli-app, collaborative-development, game-development, kanban, minimax-algorithm, project-management, python-3, quarto, requirements-elicitation, software-design, software-development, software-engineering, software-testing, task-management, university-project, uppsala, uppsala-university, user-centric
- Language: Python
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to UU-Game
The UU-game project is a collaborative git development of the quarto game using Agile SCRUM methodologies for the _1DL251 Software Engineering and Project Management_ course held at _Uppsala University_ in Spring 2019. The game supports local and online single and tournament matches between users and AI players of easy, medium, and hard difficulty. It is developed as three separate integrated components, each implemented in Python:
- game engine for modifying game state and automating AI game-play using the minimax algorithm
- game platform for coordinating and displaying game-play between users and AI players
- communication platform for local and online, single and tournament game managementEasy AI difficulty should never win against hard AI difficulty, while medium AI should mostly win against easy AI, and hard AI mostly win against medium AI but never against itself. Traditionally, there are sixteen game pieces split between two equal number of colours, but instead of shapes, these are represented using lower and uppercase chars because game-play is displayed and user input is processed using a CLI.
## Development Team
* [Viktor Enzell](https://github.com/viktor-enzell)
* [Gustav From](https://github.com/GustavFrom)
* [Maxime Gaide](https://github.com/Sravoryk-fork)
* [Pelle Ingvast](https://github.com/Pallekan)
* [Laurin Kerle](https://github.com/LaurinKerle)
* [Adam Ross](https://github.com/R055A)## Instructions
### Requirements
* [Python3](https://www.python.org/download/releases/3.0/)
## Test
###### CLI
Navigate to the `UU-Game/` directory and enter:
```
python3 -m unittest
```## Run
###### CLI
Navigate to the `UU-Game/` directory and enter:
```
Python3 uu_game.py
```