Giter VIP home page Giter VIP logo

pharogameye's Introduction

License

Tests Pharo 11 Pharo 12

GAMEYE.app v4 GAMEYE.app v5

PharoGameye

image

GAMEYE.app collection mobile App model and tools for Pharo.

image

Functionnalities

  • Gameye App model : Collection, VideoGame, System, Peripheral (with Controller and Accessory), ToyToLife and PrintMedia.
  • Exported spreadsheet parsing (.csv) and Collection instanciation with owned list, wish list and for-sell list. All datas of the spreadsheet are readed for all types of Collectibles.

A Collection is composed of Collectible which can be VideoGame, System, Peripheral, etc. Each Collectible have common properties as Title, Platform, etc. and specific properties as Developer, Publisher, etc.

Installing

To install PharoGameye on Pharo you can just execute the following script in your Pharo image:

Metacello new
   baseline: 'Gameye';
   repository: 'github://labordep/PharoGameye:main';
	onConflictUseIncoming;
	ignoreImage;
   load.

How to use it?

The class GameyeExamples provide a simple script to load an exported spreadsheet file. Run GameyeExamples loadExportedSpreadsheet to test.

image

This example use parsing methods to return three collections :

  • The "Owned" collection
  • The "Wish List" collection
  • The "For Sell" collection

image

Then navigate into the model to inspect your collection using the Pharo UI.

image

image

Tips

How to get Collectibles with a database synchronization problem ?

Since v5 of GAMEYE application there is a country / region management.

A problem can appears when GAMEYE application not recognize your collectible: each collectible is displayed with a "red title".

You need to fix each collectible by selected the good one in the list, but this is difficult to get all "red title" collectibles, especially on a big database.

image

A way to identify collectibles is to use this script on your collection :

"get your collection manually with the sample file"
collection := GameyeCollectionFactory createOwnedCollectionFromExportedSpreadsheet: 'pharo-local\iceberg\labordep\PharoGameye\GameyeSpreadsheetSampleV5.csv' asFileReference.
games := collection videoGamesForCountry: nil. "here games are a list of games with potential problems, no one in the sample"

Or use GameyeExamples script to import into the Pharo UI :

image

image

Note : this problem was present in v4 but without way to identify wich collectibles are with a problem.

About GAMEYE

GAMEYE.app is a free applicaton to manage collecting from Harrison Holzhauer, © 2016-2023 GAMEYE, INC.

Gameye on AppStore

Gameye on Google Play

Licence

This project is a personal work, I'm not affilied with GAMEYE App.

This project is licensed under the MIT License - see the LICENSE file for details.

pharogameye's People

Contributors

labordep avatar

Stargazers

 avatar

pharogameye's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.