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

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

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 |