Giter VIP home page Giter VIP logo

theericsjourney's Introduction

Game Screenshot

The project

This game was made by a team of 4 people, developed purely in C++ without libraries (appart of SFML) It took over a month to get to this result.

The project started as a subject project for Videogames Fundamentals at the University of Alicante and is non-profit. The game implements interpolation, collision checking, bouncing, particle effects, interpolation, animations and many more mechanics that a game needs.

The code was also put into consideration during the design phase, making use of Composition, Fachade, State, and some other programming paradigms to ensure the system was consistent and extendible.

A more detailed blog post can be found at: Nestor's Sabater portfolio

Project sctructure

  • Main: Main software container. "Application".
  • GameInstance: High-level manager object for an instance of the running game. It includes the game loop (tick) and main proccessing for the gameplay workflow.
  • Engine: Interface for SFML abstraction. It includes Particle systems base, Interpolation tools among other base classes.
  • Actor: An Actor is any object that can be placed into a level. Actors are a generic Class that support 3D transformations such as translation, rotation, and scale. Actors can be created (spawned) and destroyed through gameplay code.
    • Tile
      • Pushable
    • Pawn: The Pawn class is the base class of all Actors that can be controlled by players or AI. A Pawn is the physical representation of a player or AI entity within the world. This not only means that the Pawn determines what the player or AI entity looks like visually, but also how it interacts with the world in terms of collisions and other physical
      • Player
      • Enemy
    • Trap
    • Projectile
  • AudioManager: Class that handles queueing sound creation/destruction to cap the max simultaneous sounds allowed.

Installation

Linux

  • sudo apt-get install libsfml-dev
  • sudo apt-get install cmake
  • sudo apt-get install clang
  • VSCode. We recommend installing the next plugins to use withing VSCode:
    • @id:ms-vscode.cpptools+
    • @id:vector-of-bool.cmake-tools

theericsjourney's People

Contributors

nesjett avatar abt25 avatar kingmar616 avatar itsmarksays 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.