Skip to content

Commit b83162d

Browse files
committed
Move link
1 parent c6a3176 commit b83162d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Example usage:
5959
idleTask()
6060

6161

62+
An example simple game that uses nonblock\_read to drive input whilst always refreshing the map and moving a monster around can be found at: https://github.com/kata198/python-nonblock/blob/master/example/simpleGame.py
63+
6264
**Background Reading - bgread**
6365

6466
Sometimes you may want to collect data from one or more streams in the background, and check/process the data later.

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Example usage:
8484
idleTask()
8585

8686

87+
An example simple game that uses nonblock_read to drive input whilst always refreshing the map and moving a monster around can be found at: https://github.com/kata198/python-nonblock/blob/master/example/simpleGame.py
88+
8789

8890
**Background Reading - bgread**
8991

@@ -192,7 +194,6 @@ bgwrite will write data in blocks and perform heuristics in order to provide int
192194

193195
An example of a script using several bgwrites in addition to performing CPU-bound calculations can be found at: https://github.com/kata198/python-nonblock/blob/master/testWrite.py
194196

195-
An example simple game that uses nonblock_read to drive input whilst always refreshing the map and moving a monster around can be found at: https://github.com/kata198/python-nonblock/blob/master/example/simpleGame.py
196197

197198

198199
Full Documentation

0 commit comments

Comments
 (0)