/PagonGameDev_GameLoop_Arduino

It's a library for Arduino or ESP8266 to make a game with game loop concept

Primary LanguageC++

PagonGameDev_GameLoop

Pagon Game Dev : GameLoop Library

It's a library for Arduino or ESP8266 to make a game with game loop concept

V 0.0.1

  • Have GameInterval look like SetInterval in javascript for loop function to make gameloop
  • Have Input Function : GetKey , GetKeyUp , GetKeyDown to easy get input from digital pin
  • Have 6 examples for how to use and 1 Workshop to make Classic Snake game.