Three js game inspired by Will Whiteneck. (will think of a better name 😉 )
- This game has been developed using the http-server node js module with all default settings.
- All resource file paths from
Resources/main.jsstart from the root directory ofindex.html. - The "Play" button is the only button that works in the menu.
- Install node.js
- Open your command prompt and type
npm install http-server -g - Use command prompt to navigate to the cloned repository
- Type
http-server -oand click onindex.htm
Use WASD keys to navigate in a 2D plane. Avoid meteors and collect the red points. Blue points are bonus items which adds extra to your score and slows down incoming meteors. The more points you collect, the faster the meteors will become.
- Game is now full screen
- There's a main menu
- You can now have a custom name
- Sky box
- Animated ship movement
- Game no longer controlled with mouse
- Use WASD