22 lines
581 B
Org Mode
22 lines
581 B
Org Mode
|
#+title: CLN
|
||
|
#&summary
|
||
|
Old PyGame CLI experiment
|
||
|
#&
|
||
|
#+license: bysa, page
|
||
|
#+license: gpl 3+, program
|
||
|
|
||
|
* Command Line Navigation (CLN)
|
||
|
|
||
|
Never has pygame been used this effeciently...
|
||
|
|
||
|
Using Python and [[http://www.pygame.org/][pygame]] I have created a simple CLI clone that is unable to do
|
||
|
anything useful. It is merely a proof that SDL can be used for stuff that
|
||
|
appears to be non-graphical.
|
||
|
|
||
|
** Screenshot
|
||
|
#&img;url=img/screenshot.png, alt=Screenshot showing CLN in action
|
||
|
|
||
|
** Download
|
||
|
|
||
|
Grab the 7z file [[cln_v.0.1.7z][here]]. Instructions on how to make it work are included.
|