Giter VIP home page Giter VIP logo

multipong's Introduction

Multi-Pong

An application for playing multiplayer pong. Supports and arbitrary number of players, though it works best from 2 to 4 players.

Dependencies

This project runs on Java 8 and requires the JavaFX libraries. The JavaFX library should be included in Java 8.

Additionally this project requires gson for the networking features. A gson jar has been provided in the jars folder.

Lastly, the servlet for this project runs on an Apache Tomcat 7 server. This means you will need to setup Apache Tomcat 7 server and add all the appropriate libraries. You will need to add the dynamic web module facet to your project.

If you are using eclipse, in the end your build path should have: gson.jar, Apache Tomcat v7.0 library, EAR libraries, JRE System Library (Java 8), and Web App Libraries.

Main Classes

The main class for the client is src/client/gui/GUI.java The main class for the servlet is src/servlet/Servlet.java

An executable jar of the client has been provided in the jars folder. The required libraries for it are packaged in.

I have not created a runnable jar for the Servlet, you will need to setup the project and run it manually.

Acknowledgment

This project is based on code written at Winchester High School by the APCS class of 2010 and OCCS class of 2014.

Additionally the graphics and servlet are based off of work done in CS 2112 at Cornell.

multipong's People

Contributors

mattli96 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.