Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceceliacreates/selfie-bingo
A networking game hybrid app for mobile built with Ionic + Capacitor!
https://github.com/ceceliacreates/selfie-bingo
capactior ionic mobile
Last synced: 3 months ago
JSON representation
A networking game hybrid app for mobile built with Ionic + Capacitor!
- Host: GitHub
- URL: https://github.com/ceceliacreates/selfie-bingo
- Owner: ceceliacreates
- Created: 2024-05-08T19:59:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T03:24:51.000Z (7 months ago)
- Last Synced: 2024-09-30T23:21:02.950Z (4 months ago)
- Topics: capactior, ionic, mobile
- Language: Vue
- Homepage: https://selfie-bingo.netlify.app/
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selfie Bingo Game
A networking game hybrid app for mobile built with [Ionic](https://ionicframework.com/) + [Capacitor](https://capacitorjs.com/)! This was built for Out in Tech Atlanta to encourage making connections at events.Deployed game at: https://selfie-bingo.netlify.app/
## Functionality & Screenshots
1. Main bingo game UI. Clicking a square opens the bingo square UI.
2. Bingo square UI. Tap the blue camera icon to launch the default device camera. Will automatically use front-facing camera if on a mobile device.
3. Camera UI. Leverages [Capacitor Camera API](https://capacitorjs.com/docs/apis/camera) and has access to any built-in camera features (such as reactions on MacOS).
4. Bingo square UI. Photo is saved to the square and user can mark the square as complete.
5. Completed bingo game UI.
6. Game reset UI. Uses [Capacitor Preferences API](https://capacitorjs.com/docs/apis/preferences) to save, load, and reset bingo game progress.
7. Instructions UI.
## To-Do
- Add more games with a game selection function
- Add share feature to share selfie to social media
- Improve styling for bingo squares on main bingo UI to make prompts more readable
- Update favicon
- Overall style improvements
- Compile for native Android and iOS for deployment to app stores