-
Notifications
You must be signed in to change notification settings - Fork 44
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
Mathias
committed
Nov 23, 2013
1 parent
ab2e9bf
commit 3594d6f
Showing
5 changed files
with
80 additions
and
42 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
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
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
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,4 +1,23 @@ | ||
CS | ||
== | ||
|
||
Counter-Strike implementation in JavaScript | ||
Counter-Strike 1.6 implementation in JavaScript utilizing state of the art browser APIs. | ||
|
||
<b>Current state</b> | ||
<ul> | ||
<li>Parses and renders .bsp files (version 30) containing map data</li> | ||
<li>Camera movement, yaw and pitch fully implemented</li> | ||
<li>Collision detection mostly completed</li> | ||
<li>Naive gravity implemented</li> | ||
</ul> | ||
|
||
<b>Hacking on the codebase</b><br /> | ||
<ul> | ||
<li>A fully updated version of Chrome is recommended when hacking around in the code. (Firefox not yet supported)</li> | ||
<li>When debugging locally use the Chrome flag: "--disable-web-security" so that Chrome can load data files from the local file system.</li> | ||
</ul> | ||
|
||
<b>Commiting changes</b><br /> | ||
<ul> | ||
<li>Please note: No actual data (maps, models, textures, etc.) is included in the project, due to copyright reasons!</li> | ||
</ul> |
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