Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldencullen/project-192
Project 192, a joint GGP-DSA2 project.
https://github.com/coldencullen/project-192
Last synced: about 17 hours ago
JSON representation
Project 192, a joint GGP-DSA2 project.
- Host: GitHub
- URL: https://github.com/coldencullen/project-192
- Owner: ColdenCullen
- License: other
- Created: 2013-05-21T03:50:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T21:50:10.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T18:29:45.967Z (9 months ago)
- Language: C++
- Homepage: http://coldencullen.github.io/Project-192/doc
- Size: 255 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Project-192
===========Project 192, a joint GGP-DSA2 project.
## To Build and Run
Run the init PowerShell script, the Game/init.bat script until there are no errors, and then run Game/build.bat. Inside Visual Studio, make sure that Graphos.Core is the startup project, and that it's working directory is `$(OutDir)`. From there, you should be good to run the solution.### Coding Style
[GitHub Wiki Page](https://github.com/ColdenCullen/Project-192/wiki/Coding-Standards)### External Libraries
[Bullet Physics](http://bulletphysics.org/wordpress/)[Google V8](https://developers.google.com/v8/)
[V8 Convert](http://code.google.com/p/v8-juice/wiki/V8Convert)
[Awesomium](http://www.awesomium.com/)