-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba61dda
commit 108dfc5
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters