Open source Star Ruler 2 source code!
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user