AdiPat / ai_pong

AI Pong - Classic 2D arcade game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Pong

A remake of the classic 2D table tennis arcade game built with HTML5 Canvas and native JavaScript. Supports single player, multiplayer and AI vs AI modes. The AI and object speeds can be configured to tune difficulty for an enhanced gameplay experience.

Getting Started

To run this on your local system, you need to first install npm (Node Package Manager) and then all the necessary modules. Run the following command in the root directory of the project.

Install modules

npm install

Run the game on localhost, port 8080 by default.

npm start

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

AI Pong - Classic 2D arcade game

License:MIT License


Languages

Language:JavaScript 75.1%Language:CSS 24.9%