Skip to content

mgerhold/Game2D

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Game2D

What is this?

This is a submission to the GameDev.tv Community Jam with the theme "Time".

What is this based on?

I started to write my own little 2D engine a few weeks before the game jam started. The game is built with that engine. The engine uses a few other libraries:

  • GLFW and GLAD for OpenGL
  • FMOD for audio
  • glm for math
  • stb_image for loading image files
  • freetype for loading True Type fonts. freetype introduces the following sub-dependencies:
    • bzip2
    • libpng
    • zlib

How to start the game?

Either you compile it yourself using Visual Studio (I was using VS19) or you just start the file "Game2D/Game2D.exe".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published