Skip to content

geeksesi/pong-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong - client

it's a simple classic pong made by phaser 3

Requirements

We need Node.js to install and run scripts.

Install and run

Run next commands in your terminal:

Command Description
yarn install Install dependencies and launch browser with examples.
yarn start Launch browser to show the examples.
Press Ctrl + c to kill http-server process. (it's dev option)

webpack template : phaser3-webpack

to do :

  • fix bad colloid (i don't know how it's work but in some times hasn't true navigate)
  • make realtime pong game (it's just a client to test UDP server)
  • play by key
  • make an AI