Giter Site home page Giter Site logo

tdt4240-tankathon's Introduction

Tankathon

firebase Kotlin LibGDX LibKTX

This Project has been developed with ❤️ by

Marius Bæver Larsen     [email protected]   Student @ NTNU
Johan M E Johnsen       [email protected]   Student @ NTNU
Kristian Flock          [email protected]        Student @ NTNU
Øystein Morken Linde    [email protected]   Student @ NTNU
Bjørn Nygard Lerberg    [email protected]   Student @ NTNU 

Run the game 🚀

Prerequisites

One of

  • Android phone
  • Android emulator
    • For mac we suggest Bluestack

Installation

  1. Download the latest release of the APK.
  2. Install the APK on your device/emulator.
  3. Enjoy 🎉

Background 🔎

Tankathon is an Android game built while taking NTNU’s software architecture course, TDT4240, taught by Alf Inge Wang. Therefore the background for the development process has been to learn about architectural design.

The game 🎮

The objective of the game is to have fun, and be able to compete with your friends at the highscore list.

The technologies 🛠️

The game is developed in using Kotling with the gamedevelopment framwork LibGDX and LibKTX. The LibDGX framework provides useful utilities and LibKTX provides Kotlin extension for the framework. Firebase is used as the database to keep track of highscores.

Structure 📂

Main folders of the project

.
├── android         # Code and assets for specific for android and firebase
├── core            # Main implementation
├── desktop         # Contains desktop launcher, only used during development
└── README.md

Entity Component System

.
├── ...
├── core/src/tdt4240/tankathon/game/ecs
│   ├── component       # All components
│   ├── system          # All systems
│   └── ECSengine.kt    # Custom pooled engine to handle entities
└── ...

Firebase

.
├── ...
├── android/src/tdt4240/tankathon/game
│   └── AndroidInterface.kt             # Implementation of the FirebaseInterface
├── core/src/tdt4240/tankathon/game
│   └── FirebaseInterface.kt            # Interface for firebase logic
└── ...

Assets

.
├── ...
├── android
│   ├── assets
│   │   ├── Neon_UI_Skin            # Assets used for UI
│   │   ├── map                     # Tilemaps and responding tilesets
│   │   └── ...                     # Rest of sprites used for the game objects
│   └── ...
└── ...

tdt4240-tankathon's People

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.