Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ouaischatem/connect4
Client of the Connect 4 game, developed in GO.
https://github.com/ouaischatem/connect4
Last synced: 7 days ago
JSON representation
Client of the Connect 4 game, developed in GO.
- Host: GitHub
- URL: https://github.com/ouaischatem/connect4
- Owner: ouaischatem
- License: gpl-3.0
- Created: 2023-12-26T16:46:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T17:07:47.000Z (about 1 year ago)
- Last Synced: 2024-11-13T22:22:47.091Z (2 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect4
## Introduction
Welcome to Connect4, a client for the classic game Connect 4 developed in Go. This project serves as a learning experience, intended for educational purposes. The codebase was initially provided, and subsequent implementations, including multiplayer functionality, were added as part of the System Programming project for the 2023-2024 academic year.
## Features
- **Educational Project:** Connect4 serves as a practical learning experience in Go programming.
- **Multiplayer Support:** Enjoy the game with a friend over the network.
- **Interactive Color Selection:** Players can choose their preferred colors for a personalized experience.## Areas for Improvement
1. **Latency Handling:** Implement a channel system to manage message sending efficiently and address minor latency issues.
2. **Extension for Multiple Games:** Enhance the client to support multiple simultaneous game sessions.Feel free to contribute and explore the codebase for additional insights!
----------------------