Open source Star Ruler 2 source code!

This commit is contained in:
Lucas de Vries
2018-07-17 14:15:37 +02:00
commit cc307720ff
4342 changed files with 2365070 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<title>Star Ruler 2 API Documentation</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<section>
<h1>Client Engine</h1>
<span>The client script engine handles the game user interface.</span>
<a href="client.index.html">View Client API</a>
</section>
<section>
<h1>Server Engine</h1>
<span>The server script engine handles the game logic backend and manages the game state.</span>
<a href="server.index.html">View Server API</a>
</section>