https://github.com/hopson97/ancient-projects
A bunch of old projects from when I was learning how to program
https://github.com/hopson97/ancient-projects
Last synced: 5 months ago
JSON representation
A bunch of old projects from when I was learning how to program
- Host: GitHub
- URL: https://github.com/hopson97/ancient-projects
- Owner: Hopson97
- Created: 2019-07-30T19:46:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T07:55:47.000Z (almost 6 years ago)
- Last Synced: 2025-03-10T17:30:31.460Z (10 months ago)
- Language: C++
- Size: 32.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Old Projects
This is a bunch of veryyy old projects from 2015/2016/2017 that I created when learning how to program.
Just thought it would be interesting to share what I have found on old hardrives etc
Source code is mostly untouched. The only modifications is that I fixed any errors that would not allow them to work.
## C++
I added CMakeLists and build scripts to all of these. See the project README files for more information.
| Title | Date | Library | Notes |
|------------------------------------------------------------------------------------------|---------------|---------|-------|
| [Breakout](https://github.com/Hopson97/Ancient-Projects/tree/master/c%2B%2B/breakout) | November 2015 | SFML | Game |
| [Dive](https://github.com/Hopson97/Ancient-Projects/tree/master/c%2B%2B/dive) | October 2015 | SFML | Game |
| [Flappy Bug](https://github.com/Hopson97/Ancient-Projects/tree/master/c%2B%2B/flappy-bug) | October 2015 | SFML | Game |
| [Faster than Wind](https://github.com/Hopson97/Ancient-Projects/tree/master/c%2B%2B/faster-than-wind) | Jan/Feb 2016| SFML | 2 parts, editor and game itself|
| [Stick RPG](https://github.com/Hopson97/Ancient-Projects/tree/master/c%2B%2B/stick-rpg)| July 2017 | SFML | Game |
| [City Game](https://github.com/Hopson97/Ancient-Projects/tree/master/c%2B%2B/city-game)| September 2016 | SFML | Game |