An open API service indexing awesome lists of open source software.

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.

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.