Well even rhythm games do need positioning in some sense.
Probably not in the gamedisplay itself but rather position of player's hands or feet
Especially if you are into
IIDX DP, SDVX, Popn' Music, or even DDR, this becomes very apparent.
Day 93: #100DaysOfCode
Python game development using pygame
At the terminal, pip install pygame
import pygame
pygame.init()
gameDisplay = pygame.display.set_mode((800, 600))
....
Get the correct keys to open your success doors
#WomenWhoCode#CodeNewbies#Python#coding#code