https://github.com/juanpedroarmella/connectfour
https://github.com/juanpedroarmella/connectfour
bootstrap canvas-game javascript typescript webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juanpedroarmella/connectfour
- Owner: juanpedroarmella
- Created: 2023-03-07T02:36:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T14:49:01.000Z (over 3 years ago)
- Last Synced: 2025-03-26T17:47:29.692Z (over 1 year ago)
- Topics: bootstrap, canvas-game, javascript, typescript, webpack
- Language: TypeScript
- Homepage: https://juanpedroarmella.github.io/connectfour/
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect Four
It's a strategy game where two players take turns dropping colored discs into a vertical board with 6 rows and 7 columns. The objective is to connect four discs of the same color in a straight line, either horizontally, vertically, or diagonally, before the other player does.
**Clarification:** This project is a modification of [EntregablePractico2](https://github.com/NahuFalconaro/Interfaces/tree/master/EntregablePractico2), on which I collaborated, with the aim of deploying it online and showcasing it on my portfolio.
This is a university project carried out in 2021 for the course "User Interfaces and Interaction" at UNICEN (Tandil, Argentina).