Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/connellr023/colourbattle

A game that utilizes the processing graphics library and socket servers for a basic multiplayer game implementation.
https://github.com/connellr023/colourbattle

game online processing socket

Last synced: 19 days ago
JSON representation

A game that utilizes the processing graphics library and socket servers for a basic multiplayer game implementation.

Awesome Lists containing this project

README

        

# Colour Battle





This was created as final project for *Computer Science* when I was in grade 12 (over the top for the requirements).

# Development
1. Clone from: *https://github.com/connellr023/ColourBattle.git*
2. Download *core.jar* from: *https://processing.org/download*
3. Configure build path in Java editor to point to the location of *core.jar*
4. Compile and Run

# How To Run
1. Download Release **JAR** file (ColourBattle.jar)
2. Run: *java -jar ColourBattle.jar*

# Example Use Case (On A Local System)
- User1 wants to host a game
- User1 enters *8000* as port to host on
- User1 has IP of *127.0.0.1*
- User2 wants to join User1
- User2 enters *127.0.0.1:8000*
- User2 should now connect to User1's lobby