From 5671e65117da23e1fb406d6a239ff1eb2da0aa87 Mon Sep 17 00:00:00 2001 From: Hugo H Date: Thu, 25 Dec 2025 20:08:49 +0000 Subject: [PATCH] Add Home --- Home.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..74ef9a3 --- /dev/null +++ b/Home.md @@ -0,0 +1,12 @@ +### Welcome to the PyCanvas wiki. +--- +PyCanvas is a Skulpt library for creating 2D games. + +It is based on litecanvas, and uses the HTML Canvas API. + +The demo editor is available at [PyStudio](https://pystudio.haaxman.co.uk/) and provides a nice online editor for writing code. + +--- + +### Getting started +Quickstart instructions are available on the [Quickstart page](Quickstart) \ No newline at end of file