https://github.com/wwj718/pbe-lightsout
Lights Out game with Pharo
https://github.com/wwj718/pbe-lightsout
game lightsout pharo pharo7 pharo8 smalltalk updatedpharobyexample
Last synced: 5 months ago
JSON representation
Lights Out game with Pharo
- Host: GitHub
- URL: https://github.com/wwj718/pbe-lightsout
- Owner: wwj718
- Created: 2020-02-06T11:04:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T11:25:30.000Z (over 6 years ago)
- Last Synced: 2025-02-14T04:38:09.215Z (over 1 year ago)
- Topics: game, lightsout, pharo, pharo7, pharo8, smalltalk, updatedpharobyexample
- Language: Smalltalk
- Size: 603 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PBE-LightsOut
[Lights Out game](https://ci.inria.fr/pharo-contribution/job/UpdatedPharoByExample/lastSuccessfulBuild/artifact/book-result/FirstApplication/FirstApplication.html) with Pharo
# Install
work with Iceberg : [Iceberg Tutorial](https://github.com/pharo-vcs/iceberg/wiki/Tutorial)


# Usage
open a Playground:
```smalltalk
LOGame new openInWorld.
```
do it!
