Pygame
Python → download
pygame 4 | |||
---|---|---|---|
# | working with motion or animated games | ||
move a square | |||
move square touch block | |||
move square stop at block | |||
walls around edges | |||
walls block movement of player | |||
key spammer game | |||
object oriented programming (recap) | |||
dude (player class) | |||
running sprite |
A multiplayer game can be built in pygame using sockets, threading and JSON:
This has been adapted from the console threaded socket chat demo.