Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
/ feup-ltw-mancala Public archive

An online Mancala game platform.

Notifications You must be signed in to change notification settings

bdmendes/feup-ltw-mancala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feup-ltw-mancala

An online Mancala game platform. Project for Web Languages and Technologies, FEUP.

Project status

Part 1

Complete implementation of game logic and frontend, including the Minimax algorithm and the Canvas and WebStorage APIs.

Part 2

Complete implementation of server requests to the TW Server, allowing for online gaming.

Part 3

Incomplete implementation of own server: routing, static files serving and register/ranking methods. Since this was not completed, the client will request the TW Server for multiplayer online games, whose availability is not guaranteed.

How to run

Run index.js with node to launch the server on localhost:9109.

Alternatively, give it a quick try via https://bdmendes.github.io/feup-ltw-mancala/.