File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,28 @@ Bambam is a simple baby keyboard (and gamepad) masher application that locks the
5
5
## Usage ##
6
6
7
7
Before running this application, ensure you have the following installed:
8
- * [ Python] ( http://python.org )
8
+ * [ Python] ( http://python.org ) - version 3.x is recommended but version 2.7 should work too
9
9
* [ Pygame] ( http://www.pygame.org/ )
10
10
11
11
### Installation ###
12
12
13
13
First, see if your distribution has a bambam package already, for example:
14
14
```
15
15
sudo apt install bambam
16
+ man bambam
17
+ bambam
16
18
```
17
19
18
- 1 . [ Download] ( https://github.com/porridge/bambam/releases ) the bambam-1.0.zip or bambam-1.0.tar.gz file.
19
- 1 . Unzip bambam-1.0.zip or "tar zxvf bambam-1.0.tar.gz" to create the bambam-1.0 directory.
20
- 1 . Move into the 'bambam-1.0' directory
20
+ If not, you can install it manually as follows:
21
+ 1 . [ Download] ( https://github.com/porridge/bambam/releases ) the bambam-1.0.1.zip or bambam-1.0.1.tar.gz file.
22
+ 1 . Unzip bambam-1.0.1.zip or "tar zxvf bambam-1.0.1.tar.gz" to create the bambam-1.0.1 directory.
23
+ 1 . Move into the 'bambam-1.0.1' directory
21
24
```
22
- cd bambam-1.0
25
+ cd bambam-1.0.1
23
26
```
24
27
1 . Execute
25
28
```
26
- python bambam.py
29
+ ./ bambam.py
27
30
```
28
31
1 . To exit, type
29
32
```
Original file line number Diff line number Diff line change 1
- .TH bambam 6 "17 December 2018" "version 1.0"
1
+ .TH bambam 6 "17 December 2018" "version 1.0.1 "
2
2
.SH NAME
3
3
bambam \- a keyboard mashing and doodling game for babies
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python3
2
2
# Copyright (C)
3
3
# 2007-2008 Don Brown,
4
4
# 2010 Spike Burch <spikeb@gmail.com>,
You can’t perform that action at this time.
0 commit comments