Skip to content

Deviloper-Org/Save-The-Sugar

Repository files navigation

Save The Sugar

Installation

  • Make sure you have installed android studio
  • Fork the repository
  • Clone the forked repository
  • about

    Language: Java description: The user needs to save the sugar from the ants.
    Ants spawn randomly on the map. User can Move the sugar away from the ants. user can kill ants when they smash the ants.

    Contribution

    # Contributing to the Game

    Here are the guidelines we'd like you to follow:

    Working with the Game

    • Fork and Clone the repository and add this repo as remote upstream.
    • Create new branch for features.
    • Follow our Coding Rules.
    • Run the Linter and all tests.
    • Pull latest changes from upstream before pushing your code or creating a new feature branch.
    • Send a PR to Master branch for review and merging

    NOTE:

    Never push directly to main repository (upstream). Only push to your forked repo (origin) and send a pull request to the main repository


    Coding Rules

    To ensure consistency throughout the source code, keep these rules in mind as you are working:

    • The coding style to be followed along with instructions to use ktlint can be found here

    Git Commit Guidelines

    Commit Message Format

    Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject:

    <type>(<scope>): <subject>
    <BLANK LINE>
    <body>
    <BLANK LINE>
    <footer>

    Any line of the commit message cannot be longer 100 characters! This allows the message to be easier to read on github as well as in various git tools.

    Example Commit Message

    feat(Profile): display QR code
    
    fetch the qr code from API and display it on Profile page (ProfileFragment.kt)
    
    fixes #1234

    Please follow the conventions followed here.

    Also, refer this page on how to write the body

    Found an Issue?

    If you find a bug in the source code or a mistake in the documentation, let us know and submit an issue to The Org. Even better you can submit a Pull Request with a fix.

    Want a Feature?

    You can request a new feature by submitting an issue to our Org also discuss about it with the team let us know

    About

    A Java Game Engine Based 2D game

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Languages