Happy !

jhoncc2 / PongExample

Project infos

License MIT
Tags ai, game
Creation date 2017-11-23
Website

Monticello registration

About PongExample

Pong installation

Metacello new
    baseline: 'Bloc';
    repository: 'github://pharo-graphics/Bloc/src';
    load: #development.

Gofer it
    smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
    configurationOf: 'Roassal2';
    loadStable.

Gofer it
    smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
    package: 'Roassal2';
    package: 'Roassal2GT';
    package: 'Trachel';
    load.

Gofer it
    smalltalkhubUser: 'abergel' project: 'NeuralNetworks';
    configurationOf: 'NeuralNetworks';
    loadDevelopment.

Gofer it
    smalltalkhubUser: 'abergel' project: 'GeneticAlgo';
    configurationOf: 'GeneticAlgo';
    loadDevelopment.

Gofer it
    smalltalkhubUser: 'abergel' project: 'GeneticAlgo';
    package: 'GeneticAlgoAndNeuralNetwork';
    load.

Gofer it 
    smalltalkhubUser: 'jhoncc2' project: 'PongExample';
    package: 'PongGame'; 
    load.