Coder Social home page Coder Social logo

gameproject's Introduction

GameProjectTest

Coursework for Games Engineering module. This is 90% a game engine, with a incomplete game built on top. The idea is the engine can take a game implemented as a "world" object and run it. However you'd need to define some game entities (has to be in code, ideally would be done as data) that you can use when defining levels (can be defined with toml files). The world file is container for initialsing and loading levels essentially.

The engine is made up of a few systems (inside GameTest):

  • Input System - input system on top of sdlgl input, allows for keys to be rebound with config (this one is my favourite)
  • Render System (Iroh Renderer) - renderer on top of sdlgl
  • Entity System (Entity Attempt) - this is a kinda crappy, entity / game object thing. Ideally this would glue the systems together via entities.
  • Physics System - basically interface between box2d physics and the entity system
  • Messaging System - allows other systems to talk to each other and what not.
  • Audio Manager - loads, caches and triggers audio effects
  • Content Manager - loads and caches textures
  • sdlgl - not a system, a wrapper library around sdl with opengl and sdl input

gameproject's People

Contributors

ed-curran avatar

Watchers

 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.