An open API service indexing awesome lists of open source software.

https://github.com/holyvail/coin-man

CoinMan is a fun 2D arcade game built with LibGDX. Collect coins, avoid bombs, and track your high scores! ๐Ÿช™๐ŸŽฎ
https://github.com/holyvail/coin-man

android android-game android-studio bitcoin blockchain coinbase coinbaseapi crypto cryptocurrencies ethereum gdx java libgdx libgdx-android tecknobit

Last synced: 7 months ago
JSON representation

CoinMan is a fun 2D arcade game built with LibGDX. Collect coins, avoid bombs, and track your high scores! ๐Ÿช™๐ŸŽฎ

Awesome Lists containing this project

README

          

# CoinMan: A Fun 2D Arcade Game Built with LibGDX ๐ŸŽฎ๐Ÿช™

![CoinMan Logo](https://img.shields.io/badge/CoinMan-Game-brightgreen)

Welcome to the **CoinMan** repository! This project is a 2D arcade game where players collect coins while dodging bombs. Built with the powerful LibGDX framework, CoinMan offers an engaging gameplay experience that combines fun and learning in game development using Java.

## Table of Contents

- [Game Features](#game-features)
- [Installation](#installation)
- [Gameplay Instructions](#gameplay-instructions)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
- [Releases](#releases)

## Game Features

- **Sprite Animation**: Enjoy smooth animations that enhance the gameplay experience.
- **Collision Detection**: Navigate through obstacles and avoid bombs with precise collision detection.
- **Gravity Physics**: Experience realistic movements with gravity physics implemented in the game.
- **Persistent High Scores**: Compete against yourself and others with a high score tracking system.
- **Interactive Gameplay**: Engage in a fun and interactive environment designed for all ages.

## Installation

To get started with CoinMan, follow these steps:

1. **Clone the Repository**:
```bash
git clone https://github.com/HolyVail/Coin-man.git
```

2. **Open in Android Studio**:
- Launch Android Studio.
- Select "Open an existing Android Studio project."
- Navigate to the cloned repository and open it.

3. **Build the Project**:
- Ensure you have the required SDK and dependencies.
- Click on "Build" in the menu and select "Make Project."

4. **Run the Game**:
- Connect your Android device or use an emulator.
- Click on the green "Run" button in Android Studio.

You can download the latest release [here](https://github.com/HolyVail/Coin-man/releases). Follow the instructions to execute the game on your device.

## Gameplay Instructions

Once you have the game running, hereโ€™s how to play:

- **Objective**: Collect as many coins as possible while avoiding bombs.
- **Controls**:
- Use the arrow keys or on-screen buttons to move CoinMan.
- Tap to jump and collect coins in the air.
- **Scoring**: Each coin collected adds to your score. Avoiding bombs will keep your score intact.

### Tips for High Scores

- Stay aware of bomb locations and plan your moves accordingly.
- Time your jumps to collect coins that are out of reach.
- Practice makes perfect! The more you play, the better you'll get.

## Technologies Used

CoinMan is built using the following technologies:

- **LibGDX**: A cross-platform game development framework that allows for easy development and deployment.
- **Java**: The primary programming language used for game logic and functionality.
- **Android Studio**: The IDE used for development, providing tools for building and testing Android applications.

## Contributing

We welcome contributions to improve CoinMan! If you want to help out, follow these steps:

1. **Fork the Repository**:
- Click on the "Fork" button at the top right of the page.

2. **Create a New Branch**:
```bash
git checkout -b feature/your-feature-name
```

3. **Make Your Changes**:
- Implement your feature or fix the bug.

4. **Commit Your Changes**:
```bash
git commit -m "Add your commit message here"
```

5. **Push to Your Branch**:
```bash
git push origin feature/your-feature-name
```

6. **Create a Pull Request**:
- Go to the original repository and click on "New Pull Request."

Thank you for considering contributing to CoinMan!

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## Releases

For the latest version of CoinMan, visit the [Releases](https://github.com/HolyVail/Coin-man/releases) section. Download the latest release and execute the game on your device.

## Screenshots

![Gameplay Screenshot](https://example.com/screenshot1.png)
![High Score Screen](https://example.com/screenshot2.png)

## Contact

For questions or feedback, please reach out via GitHub issues or contact the repository owner directly.

---

Feel free to explore the repository, contribute, and most importantly, have fun playing CoinMan!