-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
20 lines (17 loc) · 969 Bytes
/
overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DoaEngine overview</title>
<link rel="stylesheet" type="text/css" href="custom.css">
</head>
<body>
<p>This is the <strong>DoaEngine</strong> game framework documentation overview.</p>
<p><strong>DoaEngine</strong> is a project that is intended to assist writing games in 2D space using the Java programming language.<br>
It is build upon the <i>Sun Microsystem</i>'s Graphics Context, which is then refactored to <i>"AWT Graphics"</i>.<br>
<br>
AWT (the Abstract Window Toolkit) is the predecessor of the renowned Swing Graphics. For more information on this: <a href="https://www.d.umn.edu/~gshute/java/swing/graphics.xhtml">Swing Graphics.</a></p>
<p><a href="https://github.com/aeris170/DoaEngine" target="_blank">Follow the project on GitHub.</a></p>
<p><a href="mailto:[email protected]" target="_top">Send a mail to the developer.</a> ([email protected])</p>
</body>
</html>