Skip to content

Agile-developed quarto 'UU-game'. Implemented AI-driven #1 game engine component for purchase. Integrated one platform, implemented another. Seems only team to finish intact. Graded distinction. So did any clown. First project in first term at UU. Thought I'd lost all data but this, & only now I finish work for course, turns out all doc is in Wiki!

Notifications You must be signed in to change notification settings

University-Project-Repos/UU-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Instructions

Requirements

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

About

Agile-developed quarto 'UU-game'. Implemented AI-driven #1 game engine component for purchase. Integrated one platform, implemented another. Seems only team to finish intact. Graded distinction. So did any clown. First project in first term at UU. Thought I'd lost all data but this, & only now I finish work for course, turns out all doc is in Wiki!

Topics

Resources

Stars

Watchers

Forks

Languages