https://github.com/rpdevjesco/topdowntemplate
A modification on the Top Down Template provided by Crytek with CryEngine. It has all of the network code removed and has the GamePlugin not be tightly coupled with our player class.
https://github.com/rpdevjesco/topdowntemplate
Last synced: about 1 year ago
JSON representation
A modification on the Top Down Template provided by Crytek with CryEngine. It has all of the network code removed and has the GamePlugin not be tightly coupled with our player class.
- Host: GitHub
- URL: https://github.com/rpdevjesco/topdowntemplate
- Owner: RPDevJesco
- Created: 2020-10-11T07:03:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T16:18:07.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T05:26:47.844Z (over 1 year ago)
- Language: Shell
- Size: 42.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TopDownTemplate
A modification on the Top Down Template provided by Crytek with CryEngine.
It has all of the network code removed and has the GamePlugin not be tightly coupled with our player class.
The bullet has a timer on it after it collides with an object and will be removed when that timer reaches zero.