Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dowscope/places
https://github.com/dowscope/places
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dowscope/places
- Owner: Dowscope
- Created: 2022-07-21T01:32:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T21:11:12.000Z (9 months ago)
- Last Synced: 2024-03-28T22:26:36.139Z (9 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project-Places
This project will further my knowledge on an open world 2D Game. I'm developing this on a linux machine. Yes it should compile to a windows box, but I just want to put that out there.## To Run
After cloning the repo, make sure you are in the directory containing the makefile. Type the following commands.
```bash
make
./game.run
```
> Make sure the ``` game.run ``` file is marked executable. Also make sure that you have gcc and make installed on your computer. Create an issue if you need help.## To Do
- [x] Creating a window using SDL
- [x] Create an event system to shut the window down.
- [x] Add frame rate to the title bar so that we can see the current FPS.
- [x] Create the world
- [x] Create tiles
- [ ] Create a chunk system for efficency.
- [ ] Procedurelly generate terrian.## Bugs
Please create Issues if you find any bugs. I will fix them asap.