This project contain snake and ladder game on Scala language
- For Java language, please visit SnakeLadderGame-Java
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
Documentations are available as Scala API Docs that provided on api.zip
- Prayogo Cendra - yogo-chen
- Melinda Nur Abianti - MelindaNurAbianti
- Kresna Dwi Chayo - Kresnadc
- Gabriela - Gabriella
- Betari Ayu - Betari
Thank you for all the time and effort you have put into this project to make it happen
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.