615 packages — page 13

LightsOutgame

SmalltalkHub

LightsOutGame02

first example with Pharo, Monticello and Squeak
SqueakSource pharo

LightsOutGame492

Pharo By Example - Lights Out Game
SqueakSource pharo

LightsOutGameBiers

SqueakSource

LightsOutGameCBR

LightsOutGameCBR
SqueakSource

LightsOutGameExample

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

LightsOutGameJuD

Test of creation of a project with the exercise of the book Pharo by example
SqueakSource pharo

LightsOutGameK

Lights Out Game test
SqueakSource

LightsOutGameLOHA

Demo project
SqueakSource

LightsOutGamePBE

Lights Out Game from PBE
SqueakSource

LightsOutGamePharo

SmalltalkHub pharo

LightsOutGameTest

SqueakSource

lightsoutJFU

Lights Out Game
SqueakSource

LightsOutJMP

Small game tutorial from "Updated Pharo by Example"
SqueakSource pharo

LightsOutNickD

Nick D Lights out game
SqueakSource

LightsOutProjectTest

Project example to test the LightsOut game from the book Pharo by the example.
SqueakSource pharo

LightsOutVladimir

The Lights Out game from Pharo By Example
SqueakSource pharo

LMGQuinto

This Quinto-Game ist a test for pupils, learning Smalltalk.
SqueakSource

LO

Game Lights-Out developed on pharo
SqueakSource pharo

LOGame

Light out game, on Pharo
GitHub pharo

LOGameA

Pharo by example, example
SqueakSource pharo

LOGamePato

SqueakSource

LogEngine

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

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

LogicGame

SmalltalkHub