Code Monkey home page Code Monkey logo

game_flying_dog's Introduction

Game about a flying dog dealing with enemies

Project was created to compare the exact same games written in Python (which you can see here) and in C/C++. Made entirely from scratch using SDL2 libraries. Uses C++17.

You want to compile it?

Just fork the repository and compile it by typing the command:

g++ -Isrc/include -Lsrc/lib -std=c++17 -g *.cpp -o main.exe -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer

All needed libraries are already in there. Just make sure you're compiling it in 64bit. If you're using VS Code it's even easier - I've included tasks.json and other VSC files, so simple F5 should do the trick.

You want to play it?

Just download Venom Adventures.rar from repo, unzip it and start "Venom Adventures.exe" file. It's already statically compiled with libraries that Windows needs and in 32bit, so that older computers can also use it. Unfortunately, I don't know how that program would behave on Mac - I haven't had a chance to test it.

You want to contribute/use it?

Feel free to do whatever you want with that code. Although I don't suppose anyone will contribute, I'd be very glad for any new graphics, new mechanics, any contribution.

My special thanks for different entities I have used:

explosion animation
fire sparks
plane
tree nr 2
grass
bulding, power towers
bomb
black tower
fireball animation
blue bird
green bird
black bird
icon
main music
explosion sound
birds sound

Thank you for reading! Have a good day, Mariusz

game_flying_dog's People

Contributors

mariuszdot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.