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

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

Awesome Lists containing this project

README

          

# CyborgBattle
Hack and slash 2d game developed using SDL2 library.

![Sample](https://github.com/vgomeniuk/CyborgBattle/blob/master/CyborgBattle/assets/animation.gif)

## 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.