From 8ae5d28bde5a3dc9785964499c6a3107d90b2661 Mon Sep 17 00:00:00 2001 From: Squid Sinker <42100424+SquidSinker@users.noreply.github.com> Date: Mon, 27 Apr 2020 09:50:29 +0100 Subject: [PATCH 1/2] Add examples to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a78f4aa..eb9286f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A zero overhead game development framework for beginners. +## Example +The best way to learn how to use this package is by looking at code. There are some simple examples in the [example subdirectory](https://github.com/aviks/GameZero.jl/tree/master/example/BasicGame). More comprehensive examples are listed in [GZExamples](https://github.com/SquidSinker/GZExamples). ## Status This is an early development snapshot. Watch this space for improvements. From 1ffef7bdbfaf72741e0386c0358aa6242cd81644 Mon Sep 17 00:00:00 2001 From: SquidSinker <42100424+SquidSinker@users.noreply.github.com> Date: Sat, 9 May 2020 12:19:53 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Avik Sengupta --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb9286f..a308969 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A zero overhead game development framework for beginners. ## Example The best way to learn how to use this package is by looking at code. There are some simple examples in the [example subdirectory](https://github.com/aviks/GameZero.jl/tree/master/example/BasicGame). More comprehensive examples are listed in [GZExamples](https://github.com/SquidSinker/GZExamples). + ## Status This is an early development snapshot. Watch this space for improvements.