Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dE authored Sep 11, 2020
1 parent 1a8105f commit e0c4d77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ We are always looking for more contributors to help us further optimize our game
Before being open sourced in September 2019, Taro Engine was originally forked from [Isogenic Game Engine](https://www.isogenicengine.com/) back in 2016

## How to run a game server
Taro engine will run a game made in [modd.io](https://www.modd.io) platform. The game data can be provided by:
1. providing <gameID> of a game made in [modd.io](https://www.modd.io) platform, or
2. replacing game.json file in root directory with game export file provided from modd.io platform

Taro engine will run a game made in [modd.io](https://www.modd.io) platform. To run the game, execute the following command:
```
npm run server --game=<gameID>
```
*if the <gameID> argument is not provided, then the engine will use game.json stored in root directory
Your game's Game ID can be found in your modd.io's game's sandbox. Go to menu -> about.

## Connecting to the game server
Visit http://localhost:2000 to start testing game.
Expand Down

1 comment on commit e0c4d77

@QiNG-agar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful

Please sign in to comment.