GithubHelp home page GithubHelp logo

99balloons's Introduction

99balloons

๐ŸŽˆโŒ–๐ŸŽฏโŒ– Balloon shooting game

Intro

Although I'm not particularly interested in computer graphics and games, I want to develop a balloon shooting game. A player shoots balloons that start from the bottom of the screen. The balloons are flying until they break or reach the top of the screen. If a balloon hits the top, the game is over. When the player hits the balloon, then the score is incremented. The initial location of the balloon is random. The level number increases after breaking the 99th balloon. In the next level, the balloon's speed increases. The player wins when the player reaches level 99. Solid colour graphics include only the balloons and a crosshair. Sound is MIDI music, as well as a balloon-popping sound.

Screenshots

game summary

99balloons's People

Contributors

kironia avatar

Stargazers

 avatar  avatar

Watchers

 avatar

99balloons's Issues

Rewrite history

I've found a reason enough to keep a single commit, and therefore it's required to rewrite the history. Here's how to switch the repository to the first commit without losing any changes. Start by configuring Git for pushing to the repository.

git init
git remote add origin [email protected]:kironia/99balloons.git
git pull origin main

Reset hard to the initial commit.

git reset --hard 96f928cb1f4a672ba42d85080533f783148e9fb2

Copy the current files.

git add .
GIT_COMMITTER_DATE="Wed Jun 5 22:37:46 2024 +0100" git commit --all --amend --no-edit --date="Wed Jun 5 22:37:46 2024 +0100"
git push -u origin HEAD:main -f

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.