Commit graph

57 commits

Author SHA1 Message Date
Andi-K
17fddeee6c update for new Piston
Gl => GlGraphics
fix for new Piston:Graphics
2015-05-14 04:20:54 +02:00
Andi-K
df3d3e5fcb update for new GlGraphics
Gl => GlGraphics
2015-05-14 04:16:30 +02:00
Andi-K
6e11f7f74c Added Dependencies 2015-05-13 17:30:17 +02:00
Pavel Potocek
330bf6b078 Updated instructions in README.md.
.
2015-04-09 19:26:32 +02:00
Pavel Potocek
77e16e3573 Repaired the default settings file being generated in a wrong location. 2015-04-09 19:19:50 +02:00
Pavel Potocek
4faf3b05aa Upgraded to latest Rust Nightly 2015-04-09 17:04:19 +02:00
Coeuvre Wong
b1a63d8d86 Merge pull request #10 from PifyZ/master
Fixes for the version "1.0.0 - nightly" (with a remaining error)
2015-03-22 18:20:18 +08:00
Yannick Armand (PifyZ)
25553529ff Correction pour la version rustc 1.0.0-nightly de Rust (une erreur restante) 2015-03-21 22:07:51 +01:00
Coeuvre Wong
ae34d5c5a0 Merge pull request #9 from yuripourre/patch-1
Update sdl2_window URL
2014-12-07 23:51:51 +08:00
Yuri Pourre
2281876135 Update sdl2_window URL 2014-12-04 22:49:59 -02:00
Coeuvre
a758b2efd4 Merge branch 'master' of https://github.com/Coeuvre/rust-2048
Conflicts:
	src/app.rs
2014-08-18 09:45:48 +08:00
Coeuvre
d889cc44a3 Upgraded to latest Piston 2014-08-18 08:42:00 +08:00
Coeuvre Wong
f52a6a7e1f Merge pull request #7 from globin/compat-update
update for new piston changes
2014-08-02 00:00:16 +08:00
Robin Gloster
8030403638 update for new piston changes 2014-07-31 21:26:20 +02:00
Coeuvre
d58d71a56f Updated README.md 2014-07-30 09:36:34 +08:00
Coeuvre
51da5b9a9c Upgraded to latest rust 2014-07-30 09:30:44 +08:00
Coeuvre Wong
d1b0cf14e2 Merge pull request #6 from bvssvni/master
Upgraded to latest Rust + Cargo + Rust-Empty
2014-07-03 16:13:51 +08:00
Sven Nilsen
83ea9ca6b4 Upgraded to latest Rust + Cargo + Rust-Empty 2014-06-28 13:10:47 +02:00
Coeuvre
847a52a19a Upgraded to latest Piston 2014-06-26 20:30:04 +08:00
Coeuvre Wong
f70dde3ca5 Merge pull request #5 from Potpourri/master
Draw comments and replace 'fill', 'clear' with 'draw'
2014-06-26 17:54:16 +08:00
john
590a5a76a2 Draw comments and replace 'fill', 'clear' with 'draw' 2014-06-25 20:44:47 +04:00
Coeuvre
fe3932b8b6 Fixed a bug that the background color was not drawn 2014-06-24 23:44:11 +08:00
Coeuvre
edbb0cb38d Upgraded to latest Piston 2014-06-24 18:30:36 +08:00
Coeuvre
030873ee50 Upgraded to latest rust 2014-06-19 13:38:37 +08:00
Coeuvre
b13c50adb2 Upgraded to latest Piston 2014-06-17 09:46:30 +08:00
Coeuvre
775cc91f4d Updated 'README.md' 2014-06-09 08:37:12 +08:00
Coeuvre
0a75b3dfc9 Upgraded to latest Piston 2014-06-09 08:36:12 +08:00
Coeuvre
b12e3c751e Upgraded to latest Piston 2014-06-04 08:41:43 +08:00
Coeuvre
6f9cbae0a8 Updated screenshot 2014-05-27 14:19:38 +08:00
Coeuvre
2bea9504f5 Updated screenshot 2014-05-27 14:14:56 +08:00
Coeuvre
8b2a972202 Rendering UI 2014-05-27 13:26:12 +08:00
Coeuvre
5bf12185a8 Upgraded to latest rust 2014-05-26 15:47:36 +08:00
Coeuvre
359f197e52 Cleanup code 2014-05-26 11:34:52 +08:00
Coeuvre
8e72c0f1a7 Using .json to configure the whole game 2014-05-26 10:22:06 +08:00
Coeuvre
9e61f10fc7 JSON encoder 2014-05-25 21:32:19 +08:00
Coeuvre
3bbb4c628a Updated screenshot 2014-05-22 17:28:36 +08:00
Coeuvre
9a07457565 Display current score 2014-05-22 17:28:10 +08:00
Coeuvre
37af2957c4 Tiles can display numbers now! 2014-05-22 17:09:48 +08:00
Coeuvre
6cc38951d8 Press Space to restart 2014-05-22 00:07:36 +08:00
Coeuvre
c5a8c6d900 Added board score 2014-05-22 00:02:52 +08:00
Coeuvre
6ffa97d37a Cleanup code 2014-05-21 20:05:13 +08:00
Coeuvre
5aa35d3861 Update README.md 2014-05-21 19:54:11 +08:00
Coeuvre
0c3a23c2df Update screenshot 2014-05-21 17:41:28 +08:00
Coeuvre
ff1c4112f4 Update README.md 2014-05-21 17:38:28 +08:00
Coeuvre
5246671300 Added screenshot 2014-05-21 17:29:30 +08:00
Coeuvre
71f75c87d7 Fixed a bug that three tiles will merge into one 2014-05-21 17:08:53 +08:00
Coeuvre
c46b19e8c3 Can move/merge tiles up/down 2014-05-21 17:04:34 +08:00
Coeuvre
ebdf6a5270 Added more animations 2014-05-21 16:47:24 +08:00
Coeuvre
52bec0e312 Can merge tiles while moving left/right 2014-05-21 15:53:40 +08:00
Coeuvre
1e9e8ac303 Can move tiles left/right 2014-05-21 14:09:51 +08:00