Add files via upload

This commit is contained in:
TimothyLottes
2016-11-09 00:54:26 -05:00
committed by GitHub
parent 6f3803c3df
commit bdc72eb022
6 changed files with 22 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20070715 - Self Healing</h1>
<br>
As with the graphics engine, the Atom Physics Engine is directly coupled with the cellular representation of the world. This allows for some truly remarkable gameplay features, such as localized micro gravity, all objects exerting forces on surrounding objects, and self healing world and players. The screen shots below show some of the dynamic destructibility and self healing of the engine.
<br>
<br>
<center>
<img src="20070715-A.jpg"><br><br>
<img src="20070715-B.jpg"><br><br>
<img src="20070715-C.jpg"><br><br>
<img src="20070715-D.jpg">
</center>
</div></body></html>