Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon authored Sep 5, 2023
1 parent 9ca6633 commit 94fa492
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## Archer-Game-Template 2
A Third Person Shooter demo made with [jMonkeyEngine](https://jmonkeyengine.org/)
A demo of a third-person controller with a bow and arrow system made with [jMonkeyEngine](https://jmonkeyengine.org/)

The demo contains:

* Physics with [Minie](https://stephengold.github.io/Minie/minie/overview.html)
* Arrows are now physical objects affected by gravity with trajectory prediction
* There are 3 types of arrows:
- normal (The normal arrows stick to surfaces)
Expand All @@ -19,9 +18,6 @@ The demo contains:
* Particles Effects
* Post Processing Filters

## Youtube videos
[Demo](https://www.youtube.com/watch?v=US9KNTqL2js&feature=emb_logo)

## Keyboard Commands
- WASD: Basic movements
- E: Aiming
Expand All @@ -31,9 +27,15 @@ The demo contains:
- CAMERA: Use the mouse to orient the camera
- KEY_0: Toggle Physics Debug

## Resource Used
- [Mixamo](https://www.mixamo.com/)
- [Blender](https://www.blender.org/download/)
## Youtube videos
[Demo](https://www.youtube.com/watch?v=US9KNTqL2js&feature=emb_logo)

# Requirements
- [jmonkeyengine](https://github.com/jMonkeyEngine/jmonkeyengine) - A complete 3D game development suite written purely in Java.
- [Minie](https://stephengold.github.io/Minie/minie/overview.html) - A physics library for JMonkeyEngine.
- [SkyControl](https://github.com/stephengold/SkyControl) - A sky simulation library for jMonkeyEngine
- [Lemur](https://github.com/jMonkeyEngine-Contributions/Lemur) - jMonkeyEngine-based UI toolkit.
- java 11+

#
![Screenshot](images/archer-1.jpg)
Expand Down

0 comments on commit 94fa492

Please sign in to comment.