Go to file
valvin a3ff4f4051 feat: add bomb fish 2024-03-11 20:52:11 +01:00
.vscode chore: disable sound and integrates vscode 2024-02-17 22:29:08 +01:00
carrot_game feat: add bomb fish 2024-03-11 20:52:11 +01:00
resources feat: add bomb fish 2024-03-11 20:52:11 +01:00
LICENSE Initial commit 2024-02-11 11:40:35 +00:00
README.md docs: update readme 2024-02-19 22:06:03 +01:00

README.md

Carrot Game

Famous Carrot in Pepper&Carrot webcomics is very hungry.

In this game he has to eat as fishes as possible.

Each eaten fish brings 10 points but same for those missed.

You can miss 5 fishes but you lose if you have no point left.

Hardware

  • Arduino Uno R3
  • LCD 128x64 with DFRobot SPI module
  • WiiChuck PCB to connect a Wii chuck
  • Speaker

Pin connection

  • A2, A3, A4 and A5: WiiChuck
  • D2 (CLK), D10 (DATA), D7 (CS): LCD SPI
  • D8 Speaker +

Libraries

  • U8g2 to manage LCD graphics
  • ArdunoNunchuck by Gabriel Bianconi