From c36d05d5aed2f8f7c6342b174692146e2d11c386 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 22 Mar 2021 20:54:51 -0400 Subject: Refactored frontend, beginnings of general cpp layer, and beginning roadmap --- frontend/roadmap.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 frontend/roadmap.html (limited to 'frontend/roadmap.html') diff --git a/frontend/roadmap.html b/frontend/roadmap.html new file mode 100644 index 0000000..8c58bbe --- /dev/null +++ b/frontend/roadmap.html @@ -0,0 +1,77 @@ + + + + + + + + Roadmap + + + +
+

Physics for Games

+
+
+ +
+

Ground Work

+
    +
  • Orthographic rendering basics
  • +
  • WASM Framework with simulation loop
  • +
+
+

2D Collisions with Descriptions

+
    +
  • Pill-Line Collision
  • +
  • Pill-Pill Collisions
  • +
  • Pill-Circle Collisions
  • +
  • Pill-Square Collisions
  • +
  • Square-Line Collisions (Redo)
  • +
  • Circle-Line Collisions (Redo)
  • +
  • Square-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