MatthiasEbner2002 / new_console_game

I am bored and dont want to make a presentation for a paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console Arrow Game

Welcome to the Console Arrow Game! This is a simple game where you control an arrow and try to hit targets within a square. You can adjust the angle and power of the arrow before firing it. The next arrow is fired from the last position of the previous arrow. The game is played using the spacebar to control various actions.

Getting Started

To play the Console Arrow Game, you need a console or terminal environment on your computer. The game is designed to run in a command-line interface.

Prerequisites

  • Python 3.x
  • Basic knowledge of using a console or terminal

Installation

  1. Clone or download the game repository from GitHub.

  2. Navigate to the game directory.

  3. Install the required dependencies. You can use pip to install the dependencies from the provided requirements.txt file.

How to Play

  1. Run the game script.

  2. Adjust the angle of the arrow by pressing the spacebar. The arrow will rotate incrementally with each press.

  3. Once you are satisfied with the arrow's angle, adjust the power by pressing the spacebar again. The power level will increase gradually.

  4. Press the spacebar one more time to fire the arrow. The arrow will travel towards the target within the square.

  5. The next arrow will be fired from the last position of the previous arrow.

  6. Repeat steps 2-5 to hit as many targets as possible.

  7. To exit the game, press the 'q' key.

Controls

  • Spacebar: Controls the actions in the game:
  • Press once: Adjusts the angle of the arrow.
  • Press again: Adjusts the power of the arrow.
  • Press the third time: Fires the arrow.
  • 'q' key: Exits the game.

Contributing

Contributions to the Console Arrow Game are welcome! If you find any bugs, have suggestions for improvements, or would like to add new features, please submit an issue or create a pull request on the GitHub repository.

When contributing, please follow the existing coding style, and provide clear and concise commit messages.

License

This project is licensed under the MIT License.

Acknowledgments

  • The Console Arrow Game was inspired by similar games and designed for educational purposes.

Have fun playing the Console Arrow Game!

README.md generated by chat gpt

About

I am bored and dont want to make a presentation for a paper


Languages

Language:Python 100.0%