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.
- Host: GitHub
- URL: https://github.com/aesthetixvb/basic-axe-game
- Owner: AesthetixVB
- License: gpl-3.0
- Created: 2024-07-14T01:27:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T13:24:24.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T18:52:04.629Z (about 1 year ago)
- Topics: beginner-game-developer, beginner-project, cplusplus, cpp, video-game-development
- Language: Makefile
- Homepage:
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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