Skip to content

psycho-source/BoardGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Games

Game of 2048 and Game of 15 implemented in kotlin language. Built as an assignment during my course on Coursera.

2048

  • 2048 is a single-player sliding block puzzle game designed by Italian web developer Gabriele Cirulli. The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048.
    Source

Game of 15

  • The 15-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The object of the puzzle is to place the tiles in order by making sliding moves that use the empty space.
    Source

Getting Started

  • Open the project in IntelliJ IDEA.
  • Run the main() method in GameMenu class.
  • Game Time!

Built With

Screenshots

Menu



2048



Game of 15

About

Game 2048 and Game of 15 in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published