Skip to content

mahdafr/hf-openjam-23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About dog.io

This work is inspired by the prompt for Hugging Face's Game Jam 2023! We developed dog.io and submitted our work as part of the competition.

Direct from the sources below, here is the prompt:

  • The requirements:

    To participate, your game should be playable on the web (e.g., itch.io) or Windows. Additionally, you are required to incorporate at least one open-source AI tool into your game or workflow.

  • And the theme:

    The theme is EXPANDING. Interpret this however you want.

Contributors

This project is a collaboration of the following members:

  • @gcervantes8:

    TODO any comments you want to add, Gerry?

  • @mahdafr:

    This was a dope, new project to work on! Not only is it our first official collaboration from scratch to release, but we've never used Flutter or Dart before. I also have minimal exposure to Hugging Face, but have a newfound admiration for it from a technical perspective. My only is regret is that we should have started when it was announced...but, that won't keep me from continuing to polish it. ;)

Sources

We used the following resources for information about the competition:

Demo

Prerequisites

To run, you must have the following installed:

Refresh Packages

You might need to run one or both of the following commands on fresh clones:

$ flutter pub cache repair
$ flutter packages get

Run

To find which devices you can deploy the game to, execute:

$ flutter devices

To run the game in debug mode, simply:

$ flutter run