Coder Social home page Coder Social logo

lighthouse-project's Introduction

Lighthouse-Project

This is the public repository of our 2017 programming course project at the CAU. The game is a simple side scroller and is optimized for being displayed at the Lighthouse on campus. The programming structure follows a basic MVC layout and renders a player and obstacle objects on the screen. The model contains the game state and all the game logic, the controller is used to correspond with the model and to offer key events (such as key pressed, key released etc.). The view's sole purpose is to render the game, it gets all objects from the model and simply displays them in a JFrame. Each player / obstacle object is created using abstract coordinates (which are relative to the Lighthouse's native display of 14x28px). The collision check is done with a slightly modded version of Java's own Rectangle intersects method, also using those abstract coordinates only.

The program is fully responsive and offers a freely scalable view and a view which can be scaled, but is locked to a ratio of 2:1 to ensure the correct depiction of the game at every given point.

Programmed by Nils & myself. Feel free to mod the code as you like for future courses.

Cheers guys :)

alt tag alt tag alt tag alt tag

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.