Skip to content

A simple chess game with JavaScript and Phaser 3

Notifications You must be signed in to change notification settings

bruno-remeikis/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A simple chess game with JavaScript and Phaser 3

How to run the game?

Use a Web Server to upload the project (I used XAMPP to simulate an Apache Server)

XAMPP example:

  • Download and install XAMPP on the official website.
  • In the XAMPP directory, place the project folder in "./htdocs/"
  • Execute XAMPP
  • In the Apache Module row, click the Start button
  • When the bottom of the module is green, open your browser and access the project URL, passing the port specified in XAMPP and the name of the project folder. Example: http://localhost:8080/chess

About

A simple chess game with JavaScript and Phaser 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published