I took these as screen shots of VirtualBox. Sometimes VBox leaves artifacts that need to be cleaned up a little (I used Gimp). You can take screenshots of a virtual console in a running system with the fbgrab application which should be available in the usual places.
I'm going to start out with a console game that comes pre-installed on the live system: Space Evaders! The standard setup is rather bland but you can spice it up with command line parameters. For this shot I used:
Code: Select all
/live/bin/space-evaders --width=120 --gap=12 --elev=6 --cols=12 --space=2
Code: Select all
/live/bin/space-evaders -w120 -g12 -e6 -c12 -s2
Code: Select all
/live/bin/space-evaders -w120g12e6c12s2