The purpose of this project is to implement an Android application which shows some images (or dice) which you must use to create a short story.

The requirements and desired features for the app are:

  • Available for Android 5 and +
  • Following Material design style
  • Cool design and UX to display and change the images
  • Custom dice: Allow you to play with your own images or taking new images from your camera
  • Topics: Allow you to select between a wide range of topic with different images and also classify your own images.
  • Multiplayer: Allow you to play with other players online
  • Profile: Having a profile
  • Save it: Allow you to introduce your story easily and save it
  • Share it: Allow you to share your stories
  • Having the possibility to decide how many dice do you want (3,4,6 or 9)
  • Available in the most popular App stores

This is going a be a great application that you will want to use for many purposes:

  • Improving your creativity skills
  • Becoming a better narrator or writer
  • Brainstorming
  • Having fun with your friends and family
  • Getting to know better new people
  • To make activities with kids
  • Do not get bored when travelling, waiting for someone, in the elevator, etc.
  • Using it in your retrospective (SCRUM)

In future Hack Weeks we could consider implementing a web application to be used together with the Android application.

Looking for hackers with the skills:

android fun java game

This project is part of:

Hack Week 15

Activity

  • about 8 years ago: ammartinez disliked this project.
  • about 8 years ago: ammartinez disliked this project.
  • almost 9 years ago: joadavis liked this project.
  • almost 9 years ago: joadavis liked this project.
  • almost 9 years ago: mdeniz liked this project.
  • almost 9 years ago: mstrigl liked this project.
  • almost 9 years ago: bgeuken joined this project.
  • almost 9 years ago: hennevogel liked this project.
  • almost 9 years ago: bgeuken liked this project.
  • almost 9 years ago: ammartinez added keyword "android" to this project.
  • almost 9 years ago: ammartinez added keyword "fun" to this project.
  • almost 9 years ago: ammartinez added keyword "java" to this project.
  • almost 9 years ago: ammartinez added keyword "game" to this project.
  • almost 9 years ago: ammartinez liked this project.
  • almost 9 years ago: ammartinez started this project.
  • almost 9 years ago: ammartinez originated this project.

  • Comments

    • joadavis
      almost 9 years ago by joadavis | Reply

      Hah, I already wrote this once. :) I used Python and Kivy running on QPython on my Samsung Galaxy S4. Unfortunately, QPython updated and broke my code.

    Similar Projects

    Create an Android app for Syncthing as part of the Syncthing Tray project by mkittler

    Description

    There's already an app but code/features already in Syncthing Tray could be reused to create a nicer app with additional features like managing ignore patterns more easily. The additional UI code for the app could then in turn be re-used by other parts of Syncthing Tray, e.g. to implement further steps in the wizard as requested by some users. This way one "UI wrapper codebase" could serve GNU/Linux, Windows and Android (and in theory MacOS) at the same time which is kind of neat.

    Goals

    • DONE: Learn more about development for Android and development of UIs with Qt Quick
    • DONE: Create an experimental app reusing as much existing Syncthing Tray code as possible
    • DONE: Build Syncthing as a library also for Android and use it in the app (already done but needs further testing and integration with the rest of the app configuration)
    • DONE: Update the Syncthing Tray website, documentation
    • DONE: Extend the app so it has at least a start page and an import
    • Update forum thread
    • DONE: Upload an experimental build on GitHub
    • Extend the Syncthing API to download single files on demand (instead of having to sync the whole directory or use ignore patterns)
    • Bring back parts of the newly developed mobile UI back to Syncthing Tray on the desktop to fully benefit from the cross-platform development
      • Add UI to add/edit folders and devices in desktop tray app
      • Add UI to show out-of-sync items in desktop tray app
      • Create an alternative "AppWindow" tailored for desktop platforms reusing UI components developed for the mobile app

    Resources

    • Android SDK/NDK and emulator
    • Qt Quick


    Testing and adding GNU/Linux distributions on Uyuni by juliogonzalezgil

    Join the Gitter channel! https://gitter.im/uyuni-project/hackweek

    Uyuni is a configuration and infrastructure management tool that saves you time and headaches when you have to manage and update tens, hundreds or even thousands of machines. It also manages configuration, can run audits, build image containers, monitor and much more!

    Currently there are a few distributions that are completely untested on Uyuni or SUSE Manager (AFAIK) or just not tested since a long time, and could be interesting knowing how hard would be working with them and, if possible, fix whatever is broken.

    For newcomers, the easiest distributions are those based on DEB or RPM packages. Distributions with other package formats are doable, but will require adapting the Python and Java code to be able to sync and analyze such packages (and if salt does not support those packages, it will need changes as well). So if you want a distribution with other packages, make sure you are comfortable handling such changes.

    No developer experience? No worries! We had non-developers contributors in the past, and we are ready to help as long as you are willing to learn. If you don't want to code at all, you can also help us preparing the documentation after someone else has the initial code ready, or you could also help with testing :-)

    The idea is testing Salt and Salt-ssh clients, but NOT traditional clients, which are deprecated.

    To consider that a distribution has basic support, we should cover at least (points 3-6 are to be tested for both salt minions and salt ssh minions):

    1. Reposync (this will require using spacewalk-common-channels and adding channels to the .ini file)
    2. Onboarding (salt minion from UI, salt minion from bootstrap scritp, and salt-ssh minion) (this will probably require adding OS to the bootstrap repository creator)
    3. Package management (install, remove, update...)
    4. Patching
    5. Applying any basic salt state (including a formula)
    6. Salt remote commands
    7. Bonus point: Java part for product identification, and monitoring enablement
    8. Bonus point: sumaform enablement (https://github.com/uyuni-project/sumaform)
    9. Bonus point: Documentation (https://github.com/uyuni-project/uyuni-docs)
    10. Bonus point: testsuite enablement (https://github.com/uyuni-project/uyuni/tree/master/testsuite)

    If something is breaking: we can try to fix it, but the main idea is research how supported it is right now. Beyond that it's up to each project member how much to hack :-)

    • If you don't have knowledge about some of the steps: ask the team
    • If you still don't know what to do: switch to another distribution and keep testing.

    This card is for EVERYONE, not just developers. Seriously! We had people from other teams helping that were not developers, and added support for Debian and new SUSE Linux Enterprise and openSUSE Leap versions :-)

    Pending

    In progress

    FUSS

    FUSS is a complete GNU/Linux solution (server, client and desktop/standalone) based on Debian for managing an educational network.

    https://fuss.bz.it/

    Seems to be a Debian 12 derivative, so adding it could be quite easy.

    • [W] Reposync (this will require using spacewalk-common-channels and adding channels to the .ini file)
    • [W] Onboarding (salt minion from UI, salt minion from bootstrap script, and salt-ssh minion) (this will probably require adding OS to the bootstrap repository creator) --> Working for all 3 options (salt minion UI, salt minion bootstrap script and salt-ssh minion from the UI).
    • [W] Package management (install, remove, update...) --> Installing a new package works, needs to test the rest.
    • [I] Patching (if patch information is available, could require writing some code to parse it, but IIRC we have support for Ubuntu already). No patches detected. Do we support patches for Debian at all?
    • [W] Applying any basic salt state (including a formula)