shanebrowncs / TNTimer

Counter-Strike GO Bomb timer implemented using Game State Integration with C and Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNTimer

Counter-Strike LED explosive time indicator implemented using Game State Integration with C and Arduino

./bombtimer
usage: port

Real Example

Dependencies

arduino-serial - https://github.com/todbot/arduino-serial
json-c - https://github.com/json-c/json-c
onion - https://github.com/davidmoreno/onion

Installation

  • Clone repository git clone https://github.com/SajeOne/BombTimer/BombTimer.git
  • Install dependencies(can be done through your individual package manager. Ex. pacman, apt, dnf)
  • Build project: run make in cloned directory
  • Add gamestate cfg file to CSGOs config directory Steam/steamapps/common/Counter-Strike Global Offensive/csgo/cfg
  • Open ArduinoTimer in Arduino IDE, build and deploy to arduino
  • Run the application ./bombtimer <SERIAL_PORT> Ex. ./bombtimer /dev/ttyUSB0

About

Counter-Strike GO Bomb timer implemented using Game State Integration with C and Arduino

License:GNU General Public License v2.0


Languages

Language:C 64.0%Language:C++ 32.5%Language:Makefile 3.5%