GithubHelp home page GithubHelp logo

koreyhinton / moonshot-bingo Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 14.84 MB

GitHub Game Off 2020 Game Jam Contribution - Moonshot Theme - Moonshot Bingo Game

License: MIT License

HTML 74.84% CSS 2.26% JavaScript 21.73% Shell 1.16%
game-off

moonshot-bingo's Introduction

moonshot-bingo

GitHub Game Off 2020 Game Jam Contribution - Moonshot Theme - Moonshot Bingo Game

Play game

screenshots

game screenshots

git workflows

The 2 long-running branches are main and audio. Merging these branches is required to create the full game.

The main branch has all the code and text assets while audio has non-text assets.

merging branches together

To get the full game merge the main branch on top of audio, and override any change conflicts in audio with main's changes:

git clone https://github.com/koreyhinton/moonshot-bingo moonshot-bingo__full
cd moonshot-bingo__full
git fetch origin
git checkout audio
git merge -X theirs main

Example: checkout just the code for viewing (main branch only)

git clone -b main --single-branch https://github.com/koreyhinton/moonshot-bingo

Example: merge* a text/code asset from the audio branch into the main branch (where it belongs)

# bring down repo if needed
git clone https://github.com/koreyhinton/moonshot-bingo
cd moonshot-bingo

# when changes are ready in audio bring them locally
git checkout audio
git pull origin audio

# checkout main and stage the file changes from audio
git checkout main
git pull origin main
git checkout audio -- cards/audio/README.md cards/bingo.js  # https://stackoverflow.com/a/1355990
git diff --staged
git commit -m "audio file merge message"

* this isn't a true git merge, however it does a manual file merge

moonshot-bingo's People

Contributors

koreyhinton avatar

Watchers

 avatar  avatar  avatar

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.