Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some simple Number - related Games made in java

2048 Game

Simple 2048 game with GUI, customizable board size and utilities

To be implemented:

  1. Game over screen / operation

Number Stack Game

In this game, you have a minimum of three stacks. Each stack contains a base value at the bottom, which is unique for each stack, and random elements above it. The objective is to manipulate the stacks by moving the top element of any stack to another non-full stack. You win the game when all stacks contain only the base value at.

Play by getting the GameNumberStack instance then invoke .start() (example in class Main).

To be implemented:

  1. Working with a friend to develop a solver for this game

About

A 2048 game with GUI and a stacking game in java

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages