https://github.com/viktor-homeniuk/CyborgBattle
https://github.com/viktor-homeniuk/CyborgBattle
game game-development sdl2 visual-studio
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/viktor-homeniuk/CyborgBattle
- Owner: viktor-homeniuk
- Created: 2017-05-11T17:53:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T10:06:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-24T06:27:46.906Z (over 1 year ago)
- Topics: game, game-development, sdl2, visual-studio
- Language: C++
- Size: 41.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CyborgBattle
Hack and slash 2d game developed using SDL2 library.

## Additional SDL2 packages:
[SDL_mixer](https://www.libsdl.org/projects/SDL_mixer/),
[SDL_image](https://www.libsdl.org/projects/SDL_image/),
[SDL_ttf](https://www.libsdl.org/projects/SDL_ttf/)
## Development Platform/Tools:
- Windows 10 64-bit
- Visual Studio 2017
- Visual C++ compiler.
## Useful guides and FAQs:
1. [SDL Installation](https://wiki.libsdl.org/Installation)
2. [Setting up SDL in Visual Studio](https://xeekworx.com/sdl2guides/14-sdl2guides-setupvs)
## Workflow tooltips:
1. Remember to copy following *.dll files to you application folder in order program not to crush:
SDL2.dll; SDL2_image.dll; SDL2_mixer.dll; SDL2_ttf.dll; libfreetype-6.dll;' libpng16-16.dll;; smpeg2.dll; zlib1.dll
2. Remember to copy all the assets to your application folder.
Copyright information:
All resources (sounds, music, font, spritesheets etc.) used in game were found online and are free for non-commercial use.
In case of any commercial usage, please, contact original authors for permission.