File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 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
55## Usage ##
66
77Before 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
99 * [ Pygame] ( http://www.pygame.org/ )
1010
1111### Installation ###
1212
1313First, see if your distribution has a bambam package already, for example:
1414```
1515sudo apt install bambam
16+ man bambam
17+ bambam
1618```
1719
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
2124```
22- cd bambam-1.0
25+ cd bambam-1.0.1
2326```
2427 1 . Execute
2528```
26- python bambam.py
29+ ./ bambam.py
2730```
2831 1 . To exit, type
2932```
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 "
22.SH NAME
33bambam \- a keyboard mashing and doodling game for babies
44.SH SYNOPSIS
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22# Copyright (C)
33# 2007-2008 Don Brown,
44# 2010 Spike Burch <spikeb@gmail.com>,
You can’t perform that action at this time.
0 commit comments