demo-tic-tac-toe
Colyseus 0.16: Turn-based Multiplayer Example
File Explorer
Download Latest Version (.zip)- game.atlas
- jenna-large.font
- jenna-normal.font
- JennaSue.ttf
- background.jpg
- board.png
- clock-icon.png
- colyseus.png
- logo.png
- game.gui
- title.gui
- game.input_binding
- container.collection
- game.collection
- title.collection
- game.gui_script
- title.gui_script
- game_controller.script
- proxy_controller.script
- game.project
- Board.js
- LocalStorage.js
- SceneManager.js
- JennaSue.afm
- JennaSue.eot
- JennaSue.otf
- JennaSue.svg
- JennaSue.ttf
- JennaSue.woff
- JennaSue.woff2
- background.jpg
- board.png
- clock-icon.png
- colyseus.png
- logo.png
- EndGameScreen.js
- GameScreen.js
- TitleScreen.js
- Application.js
- favicon.ico
- favicon.png
- index.html
- main.js
- package.json
- tictactoe.ts
- app.config.ts
- index.ts
- package.json
- tsconfig.json
- .gitignore
- layout.psd
- LICENSE
- package.json
- Procfile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/colyseus/demo-tic-tac-toe
Downloads the entire project code from GitHub to your computer.
cd demo-tic-tac-toe
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
