A replica of the cyclone (rigged game) in arcades.
Watch the demo video below
- Flash the ESP32 by compiling the code yourself or flashing the binary or running it in a simulation
- Learn how to play the game here
- Learn about the features here
- Navigate to
WokwiFiles
and open theCycloneArcadeGame.ino
file in Arduino IDE. - Open library manager and install
Adafruit_NeoPixel
andAdafruit_SSD1306
- Add ESP32 to the board manager:
- Go to
File
>>Preferences
>>Additional Boards Manager URLs
- Paste the following URL:
https://espressif.github.io/arduino-esp32/package_esp32_index.json
- Go to
- Select the board
ESP32S2 DEV MODULE
. - Press compile and flash the code to the ESP32S2.
- Type
git clone https://github.com/espressif/esptool
into CMD - Navigate to the correct folder with
cd esptool
- Type
git clone https://github.com/YeetTheAnson/CycloneArcadeGame
into CMD - Type
esptool.py --chip esp32 erase_flash
to erase flash - Type
esptool.py --chip esp32 --port COMX --baud 115200 write_flash -z 0x1000 CycloneArcadeGame/CompiledBinaries/CycloneArcadeGameMerged.bin
and replace COMX with your COM number
- Open VSCode and install Wokwi plugin
- Open the
WokwiFiles
folder in VSCode - Open
diagram.json
and press the run button
- Press the button at the point where the led is (Shown in video)
- LED will flash green, and OLED will display 'You Win' of you win
- Type in
mastermode
to enter the master menu. The password isHackClubArcade
- Press the button to switch between game speed and rigged percentage in master menu
- Type in
exitmastermode
to return to normal game
- Game master can set rigged percentage and speed