Email or username:

Password:

Forgot your password?
5 comments
v

here's a video where i make one entire game in a minute and a half

Jari Komppa 🇫🇮

@v
In my game programming course I defined the minimal game as something that has three things:

1. input
2. time
3. output

This game fits the definition.

Jari Komppa 🇫🇮

@v
Example of a game: "indian lots"

computer turn: "give me a number"

player turn: <some number>

computer turn: "<some number * 1000>, you lost by a lot"

Go Up