BlBreakOut

Description

Breakout game in Pharo Bloc

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
Feb. 5, 2025
Updated
July 14, 2025

Categories

UI / Graphics Games

README excerpt

# BlBreakOut
Breakout game in Pharo Bloc


```smalltalk
Metacello new
	baseline: 'BlBreakOut';
	repository: 'github://rvillemeur/BlBreakOut:main/src';
	load
```

The game should show-up automatically after package loading

shortcut to play:
- n, m to move the batter left and right
- space to start or pause the game
← Back to results