Code Monkey home page Code Monkey logo

snakes-and-ladders-javafx-from-scratch's Introduction

► READ ME

Game preview screenshot: http://prntscr.com/kkk7ad

Here is some information about the game: https://en.wikipedia.org/wiki/Snakes_and_Ladders

How to run my application

Game Variations:

  • CLASSIC

The standard rules of the game mention that if the dice roll is too large, you go to the final square and back again. Eg. Say you currently are at 98. If you hit 3 you should go 98 + 3 = 101, which is too large so you land 1 square before the final one.

  • Aristomenis

This is my edition. The only change is that when your dice roll is too large, you start from the begin. Eg. Say you are at 99, if you hit 5 you should go 99 + 5 = 104, which is too large so you land at square 4.

Warning: This edition is extremely disturbing after some time.

Features

  • I have added some background music of one of my favourite artists, "Yann Tiersen". You can always pause or mute if you dislike it. "music" folder contains all the tracks.
  • You can play either against computer or against a human.

// TO-DO:

  • ✔ Add a volume slider.
  • ✔ Fix potential bug when last square is reached (Show-and-wait and PauseTransition don't work well together).
  • Make it resizable for multiple screens.

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.