Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 493 Bytes

SlotMachineGame

A slot machine game for Windows

2022-10-01.13-25-20.mp4

Project genereation

  • For Visual Studio 2022, click on Build-VS2022.bat.
  • For Visual Studio 2019, click on Build-VS2019.bat.

Running

From Out\Bin\Distribution-windows-x86_64\SlotMachineGame, open SlotMachine.exe.


Notes

  • Since C++17 was required, I couldn't use my library (C++20).
  • This repository is temporary.