项目作者: Boriszn

项目描述 :
2048 Game implementation in .NET Core 2.
高级语言: C#
项目地址: git://github.com/Boriszn/2048.Game.git
创建时间: 2018-12-02T17:04:40Z
项目社区:https://github.com/Boriszn/2048.Game

开源协议:MIT License

下载


2048 Game .NET Core 2 (Console version)

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. However, one can continue to play the game after reaching the goal, creating tiles with larger numbers.

2048 was originally written in JavaScript and CSS during a weekend, and released on March 9, 2014, as free and open-source software subject to the MIT license. Clones written in C++ and Vala are available.There is also a version for the Linux terminal.

Source)

Installation

  1. Clone repository
  2. Run UnitTests.
  3. Build / Run.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

This project is licensed under the MIT License