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

https://github.com/aesthetixvb/basic-axe-game

"Basic-Axe-Game" is a game stemming from GameDev.tv's C++ Video Game Development course.
https://github.com/aesthetixvb/basic-axe-game

beginner-game-developer beginner-project cplusplus cpp video-game-development

Last synced: 6 months ago
JSON representation

"Basic-Axe-Game" is a game stemming from GameDev.tv's C++ Video Game Development course.

Awesome Lists containing this project

README

          

# Basic Axe Game

**"Basic-Axe-Game" is a game made from GameDev.tv's C++ Video Game Development course.**

**Controls**: a/d (left/right).

**Goal**: No goal, this was made to test out logic and colliders.

**Description**: You control the circle, if the circle touches the axe(square), then the game ends and you get the "game over" screen.

My plans if I come back to this:
- Make an obstacle course
- Add a basic UI/menu with options like "play, settings, quit"
- Add a restart in the ending screen.
- Music and sound effects.
- More maps/levels (like 10 more that increases difficulty)
- It's giving cool math game.
- License by GNU for General Public