Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed May 22, 2022
1 parent f431c0e commit b20f657
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

a tower building game using ES6 and Canvas.

this version is ready to use with webxdc as well as for usage in a browser (just open index.html locally),
this version is ready to use with webxdc as well as for usage in a browser (just open `index.html` locally),
based on <https://github.com/iamkun/tower_game>

<img src="https://user-images.githubusercontent.com/17680888/47480922-93a20c00-d864-11e8-8f7c-6d1d60184730.gif"/>
Expand All @@ -22,12 +22,11 @@ Note: Each Success or Perfect constitutes a floor.
For example, the first Perfect awards 50 point. The second consecutive Perfect awards 75 points.
The third consecutive Perfect awards 100 points. etc.

<img width="350" src="https://user-images.githubusercontent.com/17680888/47473105-d9021180-d843-11e8-8c19-b6b78d86cbdf.png" />
<img width="300" src="https://user-images.githubusercontent.com/17680888/47473105-d9021180-d843-11e8-8c19-b6b78d86cbdf.png" />


## Customizing

Open `http://localhost:8082` in a web browser.
To customize image and sound resource files directly replace the corresponding file under `assets` directory.
To customize game rules modify the `option` object in `index.html`.

Expand Down

0 comments on commit b20f657

Please sign in to comment.