615 packages
— page 13
first example with Pharo, Monticello and Squeak
SqueakSource
pharo
Pharo By Example - Lights Out Game
SqueakSource
pharo
LightsOutGameCBR
SqueakSource
Sample Game which creates a Game board with a certain number of cells in it. If one clicks on a particular cell, the neighbouring cells get highlighted.
SqueakSource
Test of creation of a project with the exercise of the book Pharo by example
SqueakSource
pharo
Lights Out Game test
SqueakSource
Demo project
SqueakSource
Lights Out Game from PBE
SqueakSource
Lights Out Game
SqueakSource
Small game tutorial from "Updated Pharo by Example"
SqueakSource
pharo
Nick D Lights out game
SqueakSource
Project example to test the LightsOut game from the book Pharo by the example.
SqueakSource
pharo
The Lights Out game from Pharo By Example
SqueakSource
pharo
This Quinto-Game ist a test for pupils, learning Smalltalk.
SqueakSource
Game Lights-Out developed on pharo
SqueakSource
pharo
Light out game, on Pharo
GitHub
pharo
Pharo by example, example
SqueakSource
pharo
A powerful and small LogEngine for Squeak!A Sample usage islc := LogClient getInstance: 'Client'.lc debug:'test1'.lc info:'test2'. When you create a LogClient, you must use the getInstance: method, passing a "Category Name"used to create a special category log file. LogClient features:+ …
SqueakMap
squeak
Logging for squeak, a front end to Toothpick OR SimpleLog (apologies to LogEngine)usage: self log this.self log x: 10 y: 20.
SqueakMap
squeak