Skip to content

Repository files navigation

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

About

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

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages