Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 7ed3fb5

Browse files
committed
updte readme
1 parent 1d8f73f commit 7ed3fb5

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# Pinwheel
1+
![](https://modeus.is-inside.me/WcZYvhEk.png)
2+
<div align="center">
3+
<p>
4+
<a href="https://www.codeshelter.co/">
5+
<img alt="Code Shelter" src="https://www.codeshelter.co/static/badges/badge-flat.svg">
6+
</a>
7+
</p>
8+
<h1>Pinwheel</h1>
9+
</div>
10+
211
> 🍭 An awesome little fantasy computer designed to be simple.
312
413
Pinwheel is an all new fantasy computer, developed in Go and designed for ease of use and simplicity,
514
and highly customizable where applicable (and wanted..!).
6-
It is currently in the VERY early prototype-ish stage, and isn't meant for normal use yet.
15+
It is currently in the VERY early alpha-ish stage, and isn't meant for normal use yet (no inputs work!).
716
Stay tuned though, I'm spending my entire holiday to work on this little thing as much I can.
817

918
# Planned Features
@@ -22,4 +31,9 @@ Stay tuned though, I'm spending my entire holiday to work on this little thing a
2231
- `vpoke(address, value)` - Write `value` to VRAM `address`
2332
- `plot(x, y, color)` - Place pixel at `x, y` with palette color number `color`
2433
- `time()` -> `number` - Gets the amount of time since boot.
25-
- `pchar(char, x, y)` - Place `char`acter at `x, y`
34+
- `pchar(char, x, y)` - Place `char`acter at `x, y`
35+
36+
# Thanks
37+
- pixelbath#8145 from the [Fantasy Console Discord](https://discord.gg/BYbjDEP) for a Lua snippet of loading a Bitmap font
38+
# License
39+
[BSD 3-Clause](LICENSE)

0 commit comments

Comments
 (0)