From 14097edbe4e127170b740be81288ccec3dabba56 Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Thu, 13 Jan 2022 05:07:15 +0700 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..81c3501 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Gravity Defied p5.js + +What I am trying to do is to recreate GD using power of JS and p5 library. Also using ES6 features, such as classes, typed arrays e.t.c. + +Implemented: +- [x] Reading map data +- [x] Rendering map data +- [ ] Possibly - playable character