Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kireiiiiiiii/flaggi
Our submission for the "Tournament Tournament Tournament" competition for RHS game club
https://github.com/kireiiiiiiii/flaggi
game game-development lan-multiplayer multiplayer tournament two-player
Last synced: about 1 month ago
JSON representation
Our submission for the "Tournament Tournament Tournament" competition for RHS game club
- Host: GitHub
- URL: https://github.com/kireiiiiiiii/flaggi
- Owner: kireiiiiiiii
- Created: 2024-10-28T15:14:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T06:52:29.000Z (about 1 month ago)
- Last Synced: 2024-11-09T07:27:02.905Z (about 1 month ago)
- Topics: game, game-development, lan-multiplayer, multiplayer, tournament, two-player
- Language: Java
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Repository header](./public/banner.png)
# Flaggi π©
_Tournament Tournament Tournament_ submision from [Samuel](https://github.com/Snapshot20) and [MatΔj](https://github.com/kireiiiiiiii) for the **RHS Videogame Development Club** It is a Java game compiled using `Java 8` and `Gradle`.
## Game overview
Flaggi is a simple game where two players take turns placing flags on a grid. The objective is to be the first player to collect 3 flags.
## Game installation
Install the latest release of the `Server.jar` and `Flaggi.jar` from the [releases](https://github.com/kireiiiiiiii/Flaggi/releases). Run the server by using the command:
```bash
java -jar Server.jar
```The server will log the IP it was creted on. Paste this ip into an `ip.txt` file in the same directory as the `Flaggi.jar` and run the game by using the command:
```bash
java -jar Flaggi.jar
```If there is no `ip.txt` the user local IP will be used. This will work if the server is running on the same computer as the client.
## Resources
- [The prompt and specifications given](./public/TTT-game-rules.pdf)
- [Mindmap mapping the project](./public/TTT.xmind)
- [Font uses in the banners](https://fonts.google.com/specimen/Ultra)## Contact
Feel free to create issues or pull requests on the [GitHub repository](https://github.com/kireiiiiiiii/Flaggi). If you have any questions or need further assistance, feel free to reach out to [@\_kireiiiiiiii](https://www.instagram.com/_kireiiiiiiii).