new entries

This commit is contained in:
Trilarion
2018-06-03 16:26:28 +02:00
parent 22d7ec4537
commit 132fb71d81
21 changed files with 226 additions and 41 deletions

View File

@ -1,6 +1,10 @@
# Action games
# Action/Arcade games
[comment]: # (start of autogenerated content, do not edit)
- **[CommandoJS](commando_js.md)** (Javascript, Coffeescript, MIT, beta, inactive since 2012)
- **[Epiar](epiar.md)** (C, C++, Lua, beta)
- **[GDash](gdash.md)** (C++, MIT, beta)
- **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (C, GPL-2.0, mature)
- **[Smash](smash.md)** (Javascript, MIT, mature)
[comment]: # (end of autogenerated content)

View File

@ -0,0 +1,13 @@
# CommandoJS
_Nostalgic glimpse in the past in a form of Commodore 64 game "Commando"._
- Home: http://commandojs.org/
- State: beta, inactive since 2012
- Keywords: web
- Code: https://github.com/commandojs/CommandoJS
- Language(s): Javascript, Coffeescript
- License: MIT
## Building

13
games/action/gdash.md Normal file
View File

@ -0,0 +1,13 @@
# GDash
_A Boulder Dash clone which is as close to the original as possible._
- Home: https://bitbucket.org/czirkoszoltan/gdash
- Download: https://bitbucket.org/czirkoszoltan/gdash/downloads/
- State: beta
- Code: https://bitbucket.org/czirkoszoltan/gdash/src
- Language(s): C++
- License: MIT
## Building

View File

@ -0,0 +1,13 @@
# Rocks'n'Diamonds
_Arcade style game for “Boulder Dash” (C 64), “Emerald Mine” (Amiga), “Supaplex” (Amiga/PC), “Sokoban” (PC)_
- Home: http://www.artsoft.org/rocksndiamonds/
- Download: http://www.artsoft.org/rocksndiamonds/download/
- State: mature
- Code: http://git.artsoft.org/rocksndiamonds.git/
- Language(s): C
- License: GPL-2.0
## Building

13
games/action/smash.md Normal file
View File

@ -0,0 +1,13 @@
# Smash
_Super Smash Bros-like in HTML5._
- Home: http://smash.gouchon.com/
- State: mature
- Keywords: web
- Code: https://github.com/guillaume-gouchon/smash.js
- Language(s): Javascript
- License: MIT
## Building