Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Jun 19, 2021
1 parent ae265c7 commit 0dbe0e0
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 42 deletions.
9 changes: 4 additions & 5 deletions games/battleship/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
GAME-Battleship
===
# GAME Battleship

This is a TypeScript open-source game.

Expand All @@ -12,7 +11,7 @@ This is a TypeScript open-source game.

* * *

### Installation
## Installation

Follow the [building the projects](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/.github/CONTRIBUTING.md#building-the-projects) section to know how to setup your local development environment.

Expand All @@ -25,7 +24,7 @@ npm start

* * *

### Dependencies
## Dependencies

+ [PixiJS](http://www.pixijs.com/)
+ [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core)
Expand All @@ -43,4 +42,4 @@ TODO:

* * *

**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ]
**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ]
14 changes: 7 additions & 7 deletions games/match3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GAME-Match3
# GAME Match3

![cover](media/img_cover_match3_ts.png)

Expand All @@ -11,13 +11,13 @@ This is a TypeScript open-source game which is a port of the [ActionScript versi

* * *

### Gameplay
## Gameplay

![gif_ts](media/gif_match3_ts_demo.gif)

* * *

### Installation
## Installation

Follow the [building the projects](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/.github/CONTRIBUTING.md#building-the-projects) section to know how to setup your local development environment.

Expand All @@ -30,7 +30,7 @@ npm start

* * *

### Dependencies
## Dependencies

+ [PixiJS](http://www.pixijs.com/)
+ [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core)
Expand All @@ -39,13 +39,13 @@ npm start

* * *

### Demos
## Demos

+ **[TypeScript](https://ronaldosetzer.github.io/portfolio/open_source/match3_ts/)**

* * *

### Game
## Game

![screenshot01](media/img_ss_match3_ts_01.png)

Expand All @@ -57,7 +57,7 @@ npm start

* * *

### Screenshots
## Screenshots

![screenshot01](media/img_game_match3_ts.png)

Expand Down
12 changes: 6 additions & 6 deletions games/minesweeper/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GAME-Minesweeper
# GAME Minesweeper

![cover](media/img_cover_minesweeper_ts.png)

Expand All @@ -13,13 +13,13 @@ This is a TypeScript open-source game.

* * *

### Gameplay
## Gameplay

![gif_ts](media/gif_minesweeper_ts_demo.gif)

* * *

### Installation
## Installation

Follow the [building the projects](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/.github/CONTRIBUTING.md#building-the-projects) section to know how to setup your local development environment.

Expand All @@ -32,22 +32,22 @@ npm start

* * *

### Dependencies
## Dependencies

+ [PixiJS](http://www.pixijs.com/)
+ [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core)
+ [RobotlegsJS-Pixi](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/pixi)
+ [RobotlegsJS-Pixi-Palidor](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/pixi-palidor)

### Game
## Game

![screenshot01](media/img_ss_minesweeper_ts_01.png)

![screenshot02](media/img_ss_minesweeper_ts_02.png)

* * *

### Screenshots
## Screenshots
![screenshot01](media/img_game_minesweeper_ts.png)

* * *
Expand Down
13 changes: 5 additions & 8 deletions games/scratchcard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
GAME-Scratchcard
===
# GAME Scratchcard

This is a TypeScript open-source game.

Expand All @@ -10,10 +9,9 @@ This is a TypeScript open-source game.
+ **Language:** TypeScript.
+ **Technologies:** PixiJS, RobotlegsJS, RobotlegsJS-Pixi, RobotlegsJS-Pixi-Palidor.


* * *

### Installation
## Installation

Follow the [building the projects](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/.github/CONTRIBUTING.md#building-the-projects) section to know how to setup your local development environment.

Expand All @@ -26,7 +24,7 @@ npm start

* * *

### Dependencies
## Dependencies

+ [PixiJS](http://www.pixijs.com/)
+ [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core)
Expand All @@ -35,8 +33,7 @@ npm start

* * *


### Features
## Features

- Scrach engine.
- Grid with 9 different items.
Expand All @@ -47,4 +44,4 @@ npm start

* * *

**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ]
**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ]
16 changes: 8 additions & 8 deletions games/space-invaders/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GAME Space-Invaders

![cover](media/img_cover_space_invaders_ts.png)

This is a TypeScript open-source game which is a port of the [ActionScript](https://github.com/RonaldoSetzer/GAME-SpaceInvaders/tree/master/actionscript-spaceinvaders) version, following the same concepts, graphics, and architecture.
Expand All @@ -9,7 +11,7 @@ This is a TypeScript open-source game which is a port of the [ActionScript](http

* * *

### Installation
## Installation

Follow the [building the projects](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/.github/CONTRIBUTING.md#building-the-projects) section to know how to setup your local development environment.

Expand All @@ -22,7 +24,7 @@ npm start

* * *

### Dependencies
## Dependencies

+ [PixiJS](http://www.pixijs.com/)
+ [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core)
Expand All @@ -31,25 +33,23 @@ npm start

* * *

### Gameplay
## Gameplay

![gif_ts](media/gif_space_invaders_ts_demo.gif)

### Demos
## Demos

+ **[TypeScript](https://ronaldosetzer.github.io/portfolio/open_source/space_invaders_ts/)**

* * *

### Game

#### Game Flow
## Game Flow

![screenshot01](media/img_ss_space_invaders_ts_01.png)

* * *

### Screenshots
## Screenshots

![screenshot01](media/img_game_space_invaders_ts.png)

Expand Down
16 changes: 8 additions & 8 deletions games/tetris/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Game Tetris

![cover](media/img_cover_tetris_ts.png)

This is a TypeScript open-source game which is a port of the [ActionScript version](https://github.com/RonaldoSetzer/GAME-Tetris/tree/master/actionscript-tetris), following the same concepts, graphics, and architecture.
Expand All @@ -9,7 +11,7 @@ This is a TypeScript open-source game which is a port of the [ActionScript versi

* * *

### Installation
## Installation

Follow the [building the projects](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/.github/CONTRIBUTING.md#building-the-projects) section to know how to setup your local development environment.

Expand All @@ -22,13 +24,13 @@ npm start

* * *

### Gameplay
## Gameplay

![gif_ts](media/gif_tetris_ts_demo.gif)

* * *

### Dependencies
## Dependencies

+ [PixiJS](http://www.pixijs.com/)
+ [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core)
Expand All @@ -37,21 +39,19 @@ npm start

* * *

### Demo
## Demo

+ **[TypeScript](https://ronaldosetzer.github.io/portfolio/open_source/tetris_ts/)**

* * *

### Game

#### Game Flow
### Game Flow

![screenshot01](media/img_ss_tetris_ts_01.png)

* * *

### Screenshots
## Screenshots
![screenshot01](media/img_game_tetris_ts.png)
* * *

Expand Down

0 comments on commit 0dbe0e0

Please sign in to comment.