PBE-LightsOut

Description

Lights Out game with Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
Stars
2
Forks
2
Created
Feb. 6, 2020
Updated
Oct. 26, 2021
Topics
game lightsout pharo pharo7 pharo8 smalltalk updatedpharobyexample

Categories

Games Education / Howto

README excerpt

# 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)

![](./github_repo_conf.png)

![](./repo_load.png)


# Usage
open a Playground:

```smalltalk
LOGame new openInWorld. 
```

do it!

![](./lightsout_game.png)
← Back to results