use code block formatting for ascii art

This commit is contained in:
ohsqueezy 2024-04-03 13:08:49 -04:00
parent 5fa063ac6f
commit 2fbb0b0d4e
1 changed files with 8 additions and 7 deletions

View File

@ -3,16 +3,17 @@ SPACE🪐BOX
![logo](icon/static.png)
<pre>
```
/* ✨ +------------------------------------------------------+
____/ \____ ✨/| Open source game framework licensed to freely use, |
✨\ / / | copy, and modify. Created for 🌠dank.game🌠 |
✨\ / / | copy, and modify. Created for dank.game |
+--\ . . /--+ | |
| ~/ ︶ \👍| | 🌐 https://open.shampoo.ooo/shampoo/spacebox |
| ~~~🌊~~~~🌊~ | +------------------------------------------------------+
| SPACE 🪐🅱 OX | /
| 🌊 ~ ~~~~ ~~ |/
+-------------*/ </pre>
| ~/ ︶ 👍 | | 🌐 https://open.shampoo.ooo/shampoo/spacebox |
| ~~~🌊 ~~~🌊 | +------------------------------------------------------+
| ~~ ~~ 🌊 ~~ | /
| 🌊 ~ ~~~~ ~~ |/ 💫 S P A C E 🪐 🅱 O X 💫
+-------------*/
```
*SPACE🪐BOX* is a C++ framework that makes creating cross-platform games and other interactive applications easier and faster by providing an added layer of abstraction between SDL + OpenGL and the project.