aod6060 / project_clean

This is a new pick-n-sticks clone that I'm going to work on for a few monthes
MIT License
0 stars 0 forks source link

User Input #4

Closed aod6060 closed 4 years ago

aod6060 commented 4 years ago

This will be the 3rd thing I tackle. Which is user input. The is a very important subsystem because if it isn't implemented then the users won't be able to interact with the game. For now I'm only going to wrap the keyboard and mouse input devices but I might consider the gamepad later. Also I'm going to make an interface for Input Mapping.

aod6060 commented 4 years ago

OK time for the longest one so far. I'm going to need to add in both

aod6060 commented 4 years ago

Input input checkbox laundery list.

aod6060 commented 4 years ago

Alright I'm almost done with Mouse Implementation.

aod6060 commented 4 years ago

Got do with input mapping... Time to integrate it with the configuration file.

aod6060 commented 4 years ago

Alright I just go something done from my bucket list...

aod6060 commented 4 years ago

I figured out how to handle input mapping in a configuration file.