Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 624 Bytes

Java_Render

Codacy Badge

The purpose of this project was to write a software renderer in Java from scratch.

Currently it displays a grid, as to provide location reference, and you can move by pressing...

Key: Action

  • Up: Move forward
  • Left: move left
  • Right: move right
  • Down: move back
  • Q: Rotate clockwise
  • E: Rotate counter-clockwise
  • P: Move up
  • L: Move down