]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/timmy
ssh: document thumbfile options
[plan9front.git] / sys / man / 1 / timmy
1 .TH TIMMY 1
2 .SH NAME
3 timmy \- physics sandbox
4 .SH SYNOPSIS
5 .B games/timmy
6 [
7 .B -s 
8 .I steps-per-frame
9 ]
10 .SH DESCRIPTION
11 .I Timmy
12 is a simple 2D physics sandbox.
13 .PP
14 To pick up an object click on it with mouse button 1.
15 New objects can be created by picking up their archetypes in the gray area on the bottom (the "tray").
16 To place an object in the working area click at the desired position with mouse button 1;
17 .I timmy
18 will refuse to place the object if it would collide with an existing one.
19 To abort the process \(em deleting the carried object \(em click anywhere with mouse button 3.
20 Picking up an object in the working area with mouse button 3 will duplicate the object.
21 .PP
22 The following operations can be performed with the keyboard.
23 .IP w
24 Rotate carried object by 15° to the left.
25 .IP e
26 Rotate carried object by 15° to the right.
27 .IP space
28 Start or stop the simulation.
29 .IP del
30 Exit timmy.
31 .PP
32 The small circles on some objects are "hinges".
33 Two hinges can be connected by placing them on top of each other.
34 Their relative position will not change during the simulation; objects are however free to rotate around them.
35 To undo a hinge, pick up either of the objects.
36 .PP
37 The
38 .B -s
39 option adjusts the speed of the simulation; only integer values are permitted.
40 It does not compromise accuracy.
41 .SH SOURCE
42 .B /sys/src/games/timmy
43 .SH BUGS
44 .IR Timmy 's
45 physics may occasionally appear to originate from another universe.
46 .PP
47 .B -s
48 is a hack.
49 .SH HISTORY
50 .I Timmy
51 first appeared in 9front (June, 2016).