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 --- frontend/roadmap.html | 90 --------------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 frontend/roadmap.html (limited to 'frontend/roadmap.html') diff --git a/frontend/roadmap.html b/frontend/roadmap.html deleted file mode 100644 index ca7ddaa..0000000 --- a/frontend/roadmap.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - 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