Making a digital version of the Kalashnikov card game by Youtuber Life of Boris
Changelog:
V 0.0.3a:
- Put instructions screen text in a separate file to save on code lines.
- Updated game_data.h to add more functionality.
- Changed method to print instructions screen
V 0.0.4a:
- Added game functions.
- Added definitions for previously un-defined and unused functions.
V 0.0.5a:
- Changed code editor from VS Community to VS Code.
- Used actual compiler instead of VS Community project settings.
- Added console executable for actual game.
V 0.0.6a:
- Added debug functions for ease of error corrections.
- Updated instructions_screen.dat
IMPORTANT NOTE: Curent build is not functional in terms of Game functions and AI opponent.