renamed player to players, correct kill position used in gameover, corrected score, MAX_PLAYERS moved to config

This commit is contained in:
Phew
2026-03-25 22:53:17 +01:00
parent fdc7a803a4
commit db05e5dc90
3 changed files with 31 additions and 29 deletions

View File

@@ -26,6 +26,9 @@
#ifndef CONFIG_H
#define CONFIG_H
// Players settings
#define MAX_PLAYERS 4
/* Uncomment below to use the accelerometer base joystic of original implementation */
//#define USE_GYRO_JOYSTICK