Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 1.65 KB

README_en.md

File metadata and controls

78 lines (48 loc) · 1.65 KB

Ubongo - Algorithmic Complexity

This is README.md trnaslated to english using google translate.

Ubongo game implementation project in Python

Small Glance

If you want to see how the project works, go to the link of the video.

Starting 🚀

These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes.

You must make sure that you have "Python" installed on your computer from version 3.0 onwards and the "pip" package installer is also in its most up-to-date version.

Prerequisites 📋

This project uses properties from 2 libraries for event recognition and interface design execution

pygame
pygame_menu

Installation 🔧

Clone the repository

git clone https://github.com/RaulC2803/Ubongo.git

Windows 10

Installing Pygame and Pygame_menu in Windows 10

pip install your-pygame-package.whl
pip install pygame-menu

Linux

Installing Pygame and Pygame_menu on Linux

sudo apt-get install python3-pygame
pip3 install pygame_menu

If any problem occurs, consult the following link

Game Instructions

Left click: Choose and move tab
Right click: Place tab

A: Rotate tab counterclockwise
B: turn tab clockwise

X: roll die and start round

Up and down arrows: Mver player token
E: collect gems(player)

Built with 🛠️

  • Pygame - pygame documentation

Authors ✒️

  • Raul Casanova
  • Roberto Vega
  • Ricardo Villanueva