Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maemresen/online-attack-game
An example simple online game developed with JavaFX project for my Computer Networks course.
https://github.com/maemresen/online-attack-game
desktop-application java javafx online-game
Last synced: 4 days ago
JSON representation
An example simple online game developed with JavaFX project for my Computer Networks course.
- Host: GitHub
- URL: https://github.com/maemresen/online-attack-game
- Owner: maemresen
- License: mit
- Created: 2020-11-07T00:45:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T00:50:40.000Z (about 2 years ago)
- Last Synced: 2024-11-12T17:19:23.194Z (2 months ago)
- Topics: desktop-application, java, javafx, online-game
- Language: Java
- Homepage:
- Size: 524 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online Attack Game
Computer Networks Course (CSE208) projectAn example simple online game developed with JavaFX project.
**Modules**
* server: The server for the online game (CLI App)
* client: Each player that is playing game (JavaFX App)
* core: common helper methods that is using by both client and server modules**Usage**
1. First you should start **server** module to start a game server.
2. Then you could start client as much as you want which could have access to the running server instance over network.