Files
2018-07-17 14:15:37 +02:00

16 lines
480 B
HTML

<!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>