Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/labordep/collectable

Collectable is an application project to manage / display / get informations for stuff collector in Pharo. Targeting is video games collection.
https://github.com/labordep/collectable

application collect collectable collectible collection collector display manage pharo project retro retrogaming smalltalk video-game

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[![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)

# Collectable

## Development

### Installation

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

## Dependencies

- [Toplo](https://github.com/plantec/Toplo)
- [Bloc](https://github.com/pharo-graphics/Bloc)
- [Pyramid](https://github.com/OpenSmock/Pyramid)
- [Molecule](https://github.com/OpenSmock/Molecule)
- [PharoGameye](https://github.com/labordep/PharoGameye)
- [OS-Windows](https://github.com/astares/Pharo-OS-Windows/src)

## License

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