Collectable

Description

Collectable is an application project to manage / display / get informations for stuff collector in Pharo. Targeting is video games collection.

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
March 15, 2023
Updated
Nov. 9, 2025
Topics
application collect collectable collectible collection collector display manage pharo project retro retrogaming smalltalk video-game

Categories

Games Multimedia

README excerpt

[![License](https://img.shields.io/github/license/labordep/Collectable.svg)](./LICENSE)

[![Tests](https://github.com/labordep/Collectable/actions/workflows/Tests.yml/badge.svg)](https://github.com/labordep/Collectable/actions/workflows/Tests.yml)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 12](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 13](https://img.shields.io/badge/Pharo-13-%23aac9ff.svg)](https://pharo.org/download)

# Collectable

## Development 

### Installation

```smalltalk
Metacello new 
	repository: 'github://labordep/Collectable:main';
	baseline: 'Collectable';
	onConflictUseLoaded;
	load.
```

## Dependencies

- [Molecule](https://github.com/OpenSmock/Molecule)
- [Pyramid](https://github.com/OpenSmock/Pyramid)
- [PharoGameye](https://github.com/labordep/PharoGameye)
- [OS-Windows](https://github.com/OpenSmock/OS-Windows)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
← Back to results