Skip to content

Commit

Permalink
Merge branch 'release/v0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
totikom committed Jan 21, 2018
2 parents 5efb4c2 + 3fb3ee8 commit 90a7915
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

stats.conf
/target/
**/*.rs.bk
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "game_of_2048"
version = "0.0.1-alpha"
version = "0.1.0"
authors = ["Eugene Lomov <[email protected]>"]

[dependencies]
rand = "0.4"
rand = "0.4.*"
termion = "1.*"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# 2048 in Rust
A small Rust implementation of 2048

Loading

0 comments on commit 90a7915

Please sign in to comment.