Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 966 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 966 Bytes

ConsoleFPS

Console First Person Shooter Engine C# Implementation of javidx9 (OneLoneCoder) Original YT video can be find https://www.youtube.com/watch?v=xW8skO7MFYw

This implementation only partialy follows implementation of javidx9, since user input is handled differently

Helpfull resources

User Input

A=>turn left, D=>turn right, W=>move forward, S=>move backward, Q=>strafe left, E=>strafe right

image image