An open API service indexing awesome lists of open source software.

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

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)

![](./github_repo_conf.png)

![](./repo_load.png)

# Usage
open a Playground:

```smalltalk
LOGame new openInWorld.
```

do it!

![](./lightsout_game.png)