Comment on This game was made entirely in css (no javascript)parentComments−tlb14yYou don't actually need a Turing-complete language to implement games. You can use finite state machines driven by keyboard/joystick input with images for each state.
Comments
You don't actually need a Turing-complete language to implement games. You can use finite state machines driven by keyboard/joystick input with images for each state.