Skip to content

Commit cf979a6

Browse files
committed
Fix missing word in Chapter 16
Closes marijnh#419
1 parent 55f1660 commit cf979a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

16_game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ interactions between the elements. When the player hits a wall or
803803
floor, they should not simply move through it. The game must notice
804804
when a given motion causes an object to hit another object and respond
805805
accordingly. For walls, the motion must be stopped. When hitting a
806-
coin, it be collected. When touching lava, the game should be lost.
806+
coin, it must be collected. When touching lava, the game should be lost.
807807

808808
Solving this for the general case is a big task. You can find
809809
libraries, usually called _((physics engine))s_, that simulate

0 commit comments

Comments
 (0)