Skip to content

yogo-chen/SnakeLadderGame-Scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake and Ladder Game

This project contain snake and ladder game on Scala language

Scala-Logo

Usage

We are using SBT (Scala Build Tool) as our build tool

For SBT user, type this on your console

sbt run

If you don't have SBT, we provide an executable game.jar

Use this scala command on your console to run it

scala -classpath game.jar Main

Make sure you have Scala installed, grab one if you don't - Download Scala

Documentation

Documentations are available as Scala API Docs that provided on api.zip

Credits

Thank you for all the time and effort you have put into this project to make it happen

License

Copyright 2015 Prayogo Cendra
Copyright 2015 Melinda Nur Abianti
Copyright 2015 Kresna Dwi Chayo
Copyright 2015 Gabriela
Copyright 2015 Betari Ayu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Snakes and ladders game - Scala API library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages