Blade Racer wiki! - 1a2b3c4dBobAn/Blade-Racer GitHub Wiki

Welcome to the Blade-Racer wiki!

This is my first game project inspired by old school pseudo 3d technique and my favorite movie Blade Runner.

SIT TIGHT!

(The customized font is under construction, please ignore the default the font for now.)

Functionality & MVP

This game could give use the arcade playing experience online. In Blade Racer, user can:

  • Control the car with keyboard
  • Browse the amazing retro future city
  • Experience different road geometry

And these functionalities would need me to:

  • revise some trigonometry
  • revise basic 3d projection
  • build a game loop
  • load some sprite images
  • build some road geometry
  • render the background
  • render the road
  • render the car
  • enable keyboard support to drive the car
  • Parts of the descriptions come from Code in Complete

Wireframes

This app will consist a full-screen canvas displaying everything within.

Above is the game start wireframe, only with game start button and mute sound button.

wireframe Above is the racing game wireframe, on top right there are stop button.

Architecture and Technologies

This project will implement with the following technologies:

  • Vanilla JavaScript for overall structure and game logic,
  • HTML5 Canvas for DOM manipulation and rendering,
  • Webpack to bundle and serve up the various scripts.

In addition to the webpack entry file, there will be following scripts involved in the project.

  • minimalist DOM helpers
  • general purpose helpers
  • POLYFILL for requestAnimationFrame
  • GAME LOOP helpers
  • canvas rendering helpers
  • RACING GAME CONSTANTS

Implementation Timeline

Over the weekend:

  • finished the reading about pseudo 3d techniques
  • Completed Basic game plan and img asset making

Day 1:

  • Setup all necessary Node modules, including getting webpack up and running. Create webpack.config.js as well as package.json.
  • Write a basic entry file.
  • Finish the Loading Assets modul.
  • Working on the game loop

Day 2:

  • Working on player input.
  • Working on Road Geometry

Day 3:

  • Working on more road geometries, such as turns and hills.

Day 4:

  • Add sound effect and modify the render details.

Bonus features

These parts will be done during job searching phase

  • Add shoot em up game mechanism.

tutorial reference:

https://codeincomplete.com/ shout out for Jake Gordon!

http://www.extentofthejam.com/pseudo/ shout out for Lou!

Many thanks for Ridley Scott Denis Villeneuve to create these fantastic movies.

Art sources:

Some of art resources come from the orginal movies.

Others comes from the following artists, many thanks for their fantastic works https://sketchfab.com/models/8cf75234d5ff4baf923bdabefd1ab9b7?ref=related

The background music is the work of German artist Zombie HyperDrive https://www.youtube.com/watch?v=NZf15xVrOW8

All images appeared in game are re-edited by Bob An