(estimate time gameplay till the end : 2 ~ 3 minute)
way-home is 2.5D shooting game similar to Space Invaders. You control a space jet, destroy cute red obstacle to survive. Don't let them stack too much. The goal is to make it home safely while destroy all enemy.
W
/S
: move space jet forward/backward.A
/D
: move space jet left/right.Space
: shoot projectile.E
: use Bomb.
- clone project.
- install dep:
npm install # install npm run dev # for test : run by vite
- go to http://localhost:5173 it should be there
• three.js: 3D rendering and visuals.
• vite: development server.
FYI: maybe no more plan for refactor this code