Added new game

This commit is contained in:
Stephen Carlyle-Smith 2019-11-07 13:14:59 +00:00 committed by Trilarion
parent ba61dda49e
commit 108dfc5d1e
3 changed files with 29 additions and 9 deletions

View File

@ -1,16 +1,16 @@
# Physics Platformer
_Physics-based platform game_
_Physics-based multiplayer platform game_
- Home: https://github.com/SteveSmith16384/PhysicsPlatformer
- State: beta, Inactive since 2017
- State: beta, Inactive since 2019
- Download: https://github.com/SteveSmith16384/PhysicsPlatformer/releases
- Platform: Windows, Linux
- Keywords: Arcade, Platformer
- Code repository: https://github.com/SteveSmith16384/PhysicsPlatformer
- Keywords: arcade, platformer, multiplayer, physics
- Code repository: https://github.com/SteveSmith16384/PhysicsPlatformer.git
- Code language: Java
- Code license: MIT
- Code dependencies: JBox2D
## Building
- Build instructions: Import into your favourite Java IDE.
- Build instructions: Import into your favourite Java IDE. All dependencies are included.

View File

@ -0,0 +1,16 @@
# Physics Spacewar
_Physics-based multiplayer 2D space battle game_
- Home: https://github.com/SteveSmith16384/PhysicsSpaceWar
- State: beta, Inactive since 2019
- Download: https://github.com/SteveSmith16384/PhysicsSpaceWar/releases
- Platform: Windows, Linux
- Keywords: arcade, multiplayer, physics
- Code repository: https://github.com/SteveSmith16384/PhysicsSpaceWar.git
- Code language: Java
- Code license: MIT
## Building
- Build instructions: Import into your favourite Java IDE. All dependencies are included.

View File

@ -2,12 +2,16 @@
_Remake of Tricky Towers._
- Home: https://bitbucket.org/SteveSmith16384/trickytowers
- Home: https://github.com/SteveSmith16384/TumblyTowers
- Media: https://en.wikipedia.org/wiki/Tricky_Towers
- Download: https://github.com/SteveSmith16384/TumblyTowers/releases
- Platform: Windows, Linux
- State: beta, inactive since 2017
- Keywords: puzzle, inspired by Tricky Towers, open content, remake, skill
- Code repository: https://bitbucket.org/SteveSmith16384/trickytowers.git
- Keywords: puzzle, inspired by Tricky Towers, open content, remake, skill, multiplayer
- Code repository: https://github.com/SteveSmith16384/TumblyTowers.git
- Code language: Java
- Code license: MIT
## Building
- Build instructions: Import into your favourite Java IDE. All dependencies are included.