Giter Club home page Giter Club logo

engine-from-scratch's Introduction

2D platformer + shooter engine and game written in C

Learn how to create a 2D platformer shooter in an arcade style with C and OpenGL.

The purpose of this game, engine, and series is to teach how to create a game without using a 3rd party engine.

The point is to show that one does not need to build every feature or create the most complex, general solutions to problems in order to have a shippable product.

What this is not

  • The most efficient or flexible way to solve problem X.
  • A replacement for a general 3rd party engine.

Current feature list

Everything on this list will be or has been implemented in the video series, and exists in one form or another in this codebase.

  • Simple sprite rendering with OpenGL.
  • Simple physics integration.
  • AABB discrete and continuous collision detection and response.
  • Custom serialisation (handling configuration file).
  • Sound mixing.
  • Simple entity system.

Potential future feature list

I have created or are working on these features in my current game project which uses a forked version of this engine. If there is enough interest I may create tutorials for them in the future. I will post a video and poll at the end of the current series.

  • Batch renderer.
  • Tile-based levels.
  • Custom memory allocators.
  • Custom vector math library.
  • Custom immediate mode UI library.
  • Scene management.
  • Decoupled game loop.

engine-from-scratch's People

Contributors

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