Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Online Attack Game
Computer Networks Course (CSE208) project

An 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.