Giter VIP home page Giter VIP logo

color-switch-game's Introduction

Color-Switch-Game

CSE201 - Advanced Programming
Monsoon 2020 - Group Project

Meet the Team

Installation Guide

  • Setting up JDK : We need Java 15 to run this application. To install Java 15 on you Linux system, open a shell and type:
sudo apt install openjdk-15-jdk
  • Install openjfx : This is required in order to run JavaFX applications on Linux. To install this on your system, open a shell and type:
sudo apt-get install openjfx
  • Download the game : Go to the releases page. Download the Color_Switch_Game_jar.zip from the latest release assets. Extract it in a suitable location. To run the game, open the folder and type on terminal:
java -jar Color-Switch-Game.jar

In Game Screenshots

collage

Contributing Guide

To get started with contributions, have a look at CONTRIBUTING.md

color-switch-game's People

Contributors

hadron43 avatar kvarun07 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

color-switch-game's Issues

Update scores and stats

  • Dynamically update score on Game page
  • Update score and high score on the Game Over page
  • Update stats on the View Stats page

Create ball

Create ball for playing.
Start with a spherical ball first.
More shapes and variants to be added later.

Add Obstacles

  • Circle Obstacle
  • Square Obstacle
  • Double Circle (Vertical)
  • Double Circle (Horizontal)
  • Double Circle (Concentric)
  • Triple Circle (Concentric)
  • Triple Circle (Vertical)
  • Plus
  • Double Plus
  • Triangle
  • Square
  • Square (Flow)
  • Rhombus
  • Wave
  • Infinity
  • Circle with increasing size

Add more, if required.

Resume Game

  • On the home page, the player is given an option to resume a game from a list of saved games played in the past.
  • In order to help the player choose which game to resume, the games could be listed in 'Most recently played' order.
  • The date and time when it was last played could be shown alongside.

Resurrect Player

  • After the player gets out, first check stars earned by him.
  • If stars earned are >= 10 (say), then prompt the player to get resurrected by redeeming stars.
  • If player does not agree, load the 'Game Over' page.
  • If player agrees, then resume game after a 5 second gap (so that the player is ready).

Button Clicks not fully responsive

When you click on the icon of any button, it won't register the click. The reason is because the clicks are registered on 'circle'.

Possible Solution:

  1. Change the behavior and listen for click on the enclosing Pane.
    OR
  2. Use button instead of circle, and put the ImageView inside Button.

Serialize Player data

  • Each Player data is saved in a new file named 'player_username.txt'
  • Use hash function for user password

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.