diff --git a/games/battleship/README.md b/games/battleship/README.md index 33b5feff6..f680e8d86 100644 --- a/games/battleship/README.md +++ b/games/battleship/README.md @@ -1,5 +1,4 @@ -GAME-Battleship -=== +# GAME Battleship This is a TypeScript open-source game. @@ -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. @@ -25,7 +24,7 @@ npm start * * * -### Dependencies +## Dependencies + [PixiJS](http://www.pixijs.com/) + [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core) @@ -43,4 +42,4 @@ TODO: * * * -**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ] \ No newline at end of file +**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ] diff --git a/games/match3/README.md b/games/match3/README.md index 9d5889aaa..3181229b2 100644 --- a/games/match3/README.md +++ b/games/match3/README.md @@ -1,4 +1,4 @@ -# GAME-Match3 +# GAME Match3 ![cover](media/img_cover_match3_ts.png) @@ -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. @@ -30,7 +30,7 @@ npm start * * * -### Dependencies +## Dependencies + [PixiJS](http://www.pixijs.com/) + [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core) @@ -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) @@ -57,7 +57,7 @@ npm start * * * -### Screenshots +## Screenshots ![screenshot01](media/img_game_match3_ts.png) diff --git a/games/minesweeper/README.md b/games/minesweeper/README.md index 92c4a74fb..ae4153730 100644 --- a/games/minesweeper/README.md +++ b/games/minesweeper/README.md @@ -1,4 +1,4 @@ -# GAME-Minesweeper +# GAME Minesweeper ![cover](media/img_cover_minesweeper_ts.png) @@ -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. @@ -32,14 +32,14 @@ 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) @@ -47,7 +47,7 @@ npm start * * * -### Screenshots +## Screenshots ![screenshot01](media/img_game_minesweeper_ts.png) * * * diff --git a/games/scratchcard/README.md b/games/scratchcard/README.md index 082bc45f5..0370087de 100644 --- a/games/scratchcard/README.md +++ b/games/scratchcard/README.md @@ -1,5 +1,4 @@ -GAME-Scratchcard -=== +# GAME Scratchcard This is a TypeScript open-source game. @@ -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. @@ -26,7 +24,7 @@ npm start * * * -### Dependencies +## Dependencies + [PixiJS](http://www.pixijs.com/) + [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core) @@ -35,8 +33,7 @@ npm start * * * - -### Features +## Features - Scrach engine. - Grid with 9 different items. @@ -47,4 +44,4 @@ npm start * * * -**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ] \ No newline at end of file +**Ronaldo Santiago** - Game Developer [ [portfolio](https://ronaldosetzer.github.io/portfolio/) ] diff --git a/games/space-invaders/README.md b/games/space-invaders/README.md index 8e8905201..ddabf88bb 100644 --- a/games/space-invaders/README.md +++ b/games/space-invaders/README.md @@ -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. @@ -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. @@ -22,7 +24,7 @@ npm start * * * -### Dependencies +## Dependencies + [PixiJS](http://www.pixijs.com/) + [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS-Framework/tree/master/packages/core) @@ -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) diff --git a/games/tetris/README.md b/games/tetris/README.md index ec840b03d..aa086c9dd 100644 --- a/games/tetris/README.md +++ b/games/tetris/README.md @@ -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. @@ -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. @@ -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) @@ -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) * * *