From a00c0aab1eb5a7a55bef8ca08115bdd722ab5699 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 16 May 2021 19:50:15 -0400 Subject: Moved the frontend directory up so that it no longer exists --- roadmap.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 roadmap.html (limited to 'roadmap.html') diff --git a/roadmap.html b/roadmap.html new file mode 100644 index 0000000..ca7ddaa --- /dev/null +++ b/roadmap.html @@ -0,0 +1,90 @@ + + + + + + + + Roadmap + + + +
+

Physics for Games

+
+
+ +
+

April 2021: Ground Work and Initial Collisions

+
    +
  • Orthographic rendering basics
  • +
  • Uniform build Process for WebAssembly
  • +
  • WASM Framework with simulation loop
  • +
+
+

2D Collisions with Descriptions

+
    +
  • Pill-Line Collision
  • +
  • Pill-Pill Collisions
  • +
  • Pill-Circle Collisions
  • +
  • Pill-Square Collisions
  • +
  • Rectangle-Line Collisions
  • +
  • Circle-Line Collisions (Redo)
  • +
  • Rectangle-Circle Collision
  • +
+
+

Brief Wasm Series

+
    +
  • Getting started with WASM docs
  • +
  • Wasm examples
  • +
+

+ Everything above has a due date of April 30th, 2021. None of it is that hard, so this should be a very doable timeline. +

+
+
+ + -- cgit v1.2.1