Mob'illiko Showcase is a web application built with Flutter that demonstrates a potential implementation of the full Mob'illiko project. The app is designed to work offline and can be installed directly on mobile devices, giving users a seamless experience even without internet access.
The Mob'illiko Showcase is a lightweight preview of the Mob'illiko app concept. It presents a few select features of the full product idea, focusing on how users would interact with scratchable games provided by FDJ (Française des Jeux). The app uses mock data for demonstration purposes and does not include backend functionality, payment processing, or real-world game mechanics.
The Mob'illiko app is designed to let users browse, select, and play FDJ scratch games directly from their mobile devices. Here's how the full version would work:
- Users explore various scratch card games.
- After choosing a game, they can purchase it through the app.
- Once purchased, users can interact with the scratch card, revealing the hidden areas by "scratching" them virtually.
- Depending on the game, users could potentially win real prizes.
The Mob'illiko Showcase gives a glimpse of this vision by showing a minimal version of these interactions.
- Scratchable Games Simulation: Users can select from a small number of preloaded scratch card games and interact with them.
- Offline Functionality: The app can be added to mobile home screens and works offline.
- Mock Data: All the games and interactions are simulated with mock data.
- Flutter Web App: Built using Flutter for a smooth, cross-platform experience.
- No Backend: There is no real server or database; all data is static.
- No Payment: Payment functionality is not implemented as it is for demonstration purposes only.
- Limited Features: The showcase includes only a few features of the full vision of Mob'illiko.
- No Real Prizes: The games are purely for demonstration purposes, and no real money or prizes are involved.
To try the showcase on your local machine:
- Ensure you have Flutter installed.
- Clone the repository:
git clone https://github.com/blackfoot-makers/mobilliko_showcase.git
- Navigate to the project directory:
cd mobilliko_showcase
- Run the Flutter app:
flutter run -d chrome --release
Contributions are welcome! If you’d like to contribute to the development of the full Mob'illiko project or suggest features for the showcase, feel free to open an issue or submit a pull request.