2019-05-23 21:27:13 +00:00
|
|
|
---
|
|
|
|
title: "Moving the Paddle"
|
|
|
|
date: 2019-05-23T12:59:29-07:00
|
|
|
|
weight: 100
|
|
|
|
---
|
|
|
|
|
2020-07-12 20:40:19 +00:00
|
|
|
Now we want to drive the simulation. Games are only interesting because things change over time. So we are gonna need some Engines.
|
2019-05-23 21:27:13 +00:00
|
|
|
|
|
|
|
Let's write our first Engine.
|