diff options
author | pk33 <pk33@pk33.space> | 2024-11-01 23:51:15 +0100 |
---|---|---|
committer | pk33 <pk33@pk33.space> | 2024-11-01 23:51:15 +0100 |
commit | 294b585994da4427ac98a8353ff41aed5f301d54 (patch) | |
tree | aafcd885c1fe28819ef1a511da5e6344411b5597 /README.html | |
parent | f0958551b43959174d28b2056f584d2081494e6c (diff) | |
download | engine33-294b585994da4427ac98a8353ff41aed5f301d54.tar.gz |
Import and fix old code
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/README.html b/README.html index 64ef541..4be98d5 100644 --- a/README.html +++ b/README.html @@ -1,3 +1,23 @@ <h2>engine33</h2> - <p>WIP game engine in C.</p> + +<hr><hr> + +<h3>COMPILING</h3> +<hr> +<p>bmake</p> + +<h3>USAGE</h3> +<hr> +<p>run ./bin/engine33 on a TTY with a display connected to an integrated graphics connector. Can you find the green pixel on your screen? Well done.</p> + +<h3>BUGS</h3> +<hr> +<ul> + <li>VT switcher doesn't work</li> +</ul> + +<h3>TODO</h3> +<hr> +<p>yes</p> + |