Giter Site home page Giter Site logo

kgameengine's Introduction

Kotlin Game Engine + ksnake

Overview:

  • Origin: Regular school project
  • Docs: German/pdf (sorry for that). Comments are English.
  • Language: Kotlin
  • Licence: GPLv3
  • Copyright: Lucy von Känel [email protected] - 2018

Disclaimer:

I put effort into this project, this however is my first program written in kotlin. So you might find some imperfections there.

Content:

A Game Engine written in kotlin where the engine development was driven by the included game "ksnake-evolution". A slightly altered version of "snake". This is not a complete engine by all means but already has the features for basic terminal games.

The game itself is in it's own package and the engine itself does not rely on that implementation. It's completely independent.

Feature highlights:

  • Focus on multithreading
  • 2D ASCII Compositor implemented (Nothing else yet)
    • Keyboard events without pressing the return key
    • Reaches up to 400'000 FPS (hardware and implementation dependent)
    • Template entities for Text, Walls and Highscores/Menus
  • Compositor multiplexing (Remote rendering could be added)
  • Fake vSync
  • Reprojection
  • Independent Logic/Graphics compositon
  • Controllable FPS and Logic ticks
  • 2D Collision detection, sync and async, no 3D yet
  • Windows/Linux/Mac(untested)

Example Screenshot:

ksnake-evolution

Ksnake UML:

ksnake-evolution

kgameengine's People

Contributors

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