Giter VIP home page Giter VIP logo

tda572.gyruss's Introduction

Gyruss

Gyruss is an arcade game by Konami from the 1980s. This is my implementation (and reinterpretation) of the game in C++ and SDL2.

The engine, AvancezLib, was built as part of the course TDA572 - Game Engine Architecture at Chalmers University of Technology and features:

  • Basic sprite rendering
  • A particle system
  • Audio playback
  • Simple AABB collision detection
  • Entity-Component System

Gameplay description (short)

  • Shoot aliens
  • Don't get hit by the aliens

Gameplay description (longer)

The enemies are spaceships which the player must destroy to progress to the next level. The aliens appear near the middle of the screen and move in swirling patterns before landing in the middle and start to shoot at the player. The player has 4 lives and getting hit either by a projectile or colliding with an alien ship reduces it by one. When hit, the player gains invulnerability for a short amount of time. At the start of each level, the aliens will increase in number and get more aggresive. There are also powerups that spawn during gameplay. Picking one up grants the player one life, invulnerability for a short time and causes their shots to pierce the enemies.

Setup

Runnable .zip on gdrive

If you instead want to build the game using this repo directly, please see this link first. Afterwards create the folder ./Debug in the source directory and place the DLLs for SDL,SDL_ttf,SDL_image,SDL_mixer in there. Make sure VS configuration is set to x86 and compile!

Pictures!

PNG GIF

Credits

See CREDITS.txt

tda572.gyruss's People

Contributors

hjelmw avatar

Stargazers

Olivier.A avatar  avatar  avatar Jens avatar

Watchers

James Cloos avatar

Forkers

pdjprogrammer

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.