Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 management

Easy 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
```