|
|
@@ -1,3 +1,5 @@
|
|
|
+___The first beta is almost here! Come back in a day or two...___
|
|
|
+
|
|
|
<img width="328" height="64" alt="karl2d_logo" src="https://github.com/user-attachments/assets/5ebd43c8-5a1d-4864-b8eb-7ce4b6a5dba0" />
|
|
|
|
|
|
Karl2D is a library for creating 2D games using the Odin programming language. The focus is on being beginner-friendly, without the beginner-friendliness causing issues when you need to ship the game.
|
|
|
@@ -29,7 +31,7 @@ main :: proc() {
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-See the `examples` folder for a wide variety of example programs.
|
|
|
+See the [examples](https://github.com/karl-zylinski/karl2d/tree/master/examples) folder for a wide variety of example programs.
|
|
|
|
|
|
## FIRST BETA
|
|
|
|