Skip to content

Commit

Permalink
Added new game
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSmith16384 authored and Trilarion committed Nov 7, 2019
1 parent ba61dda commit 108dfc5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
12 changes: 6 additions & 6 deletions entries/physics_platformer.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 16 additions & 0 deletions entries/physics_spacewar.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 7 additions & 3 deletions entries/tumbly_towers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 108dfc5

Please sign in to comment.