Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bill committed Jun 7, 2011
1 parent 2e624eb commit a19463b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invaders.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@
</table></td></tr></table>
</td></tr>
<tr style="height: 1px"><td>
Here's my simplistic version of "space invaders". It's not as deluxe as the real one, but the point is to show how you might make a video game with Lambda Calculus.
Here's my simplistic version of "space invaders". It's not as deluxe as the real one, but the point is to show how you might make a video game with Lambda Calculus.<br><br>

The only thing that works right now is the left and right arrow keys :).
The only thing that works right now is the left and right arrow keys :).<br><br>

Below is all of the Lambda Calulus code. JavaScript provides the key event (or an empty key event) and the game state to a Lambda Calculus function to calculate the next state of the game. Then, it uses other Lambda Calculus functions to inspect the current state so it can display it.<br><br>

Expand Down

0 comments on commit a19463b

Please sign in to comment.