Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | update readme |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | test-tag |
Files: | files | file ages | folders |
SHA1: | 9f3e25f774a2b75bb247d6b5ab67f40041a1bd2c |
User & Date: | alzwded 2014-04-12 12:28:49 |
Context
2014-04-13
| ||
09:52 | explicit return type check-in: dad69da7de user: alzwded tags: trunk | |
2014-04-12
| ||
12:28 | update readme check-in: 9f3e25f774 user: alzwded tags: trunk, test-tag | |
11:55 | some cleanup check-in: ddf80e8868 user: alzwded tags: trunk | |
Changes
Changes to t2048/README.md.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
2048 ==== My very own C++/C/SDL implementation of the 2048 game. TODO give credit, I forgot who did it originally. This project lives at http://github.com/alzwded/etc/ Why another repo ================ Because I like that version and I feel adding unit tests for everything will promote implementation details to requirements and specifications instead of them remaining just implementation details. Thus, we will be able to compare and contrast the two (in the future, different) implementations. Consider this a fork. Playing ======= You can either experiment with building this turkey yourself, or you can grab it from the release section of this page here: https://github.com/alzwded/etc/releases/tag/jak2048v1.0 Have fun! |
> | | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
2048 ==== My very own C++/C/SDL implementation of the 2048 game. TODO give credit, I forgot who did it originally. This project lives at http://github.com/alzwded/etc/ However, the test-project lives at: http://chiselapp.com/user/alzwded/repository/etc/dir?name=t2048&type=tree Why another repo ================ Because I like the original version and I feel adding unit tests for everything will promote implementation details to requirements and specifications instead of them remaining just implementation details. Thus, we will be able to compare and contrast the two (in the future, different) implementations. Consider this a fork. Playing ======= You can either experiment with building this turkey yourself, or you can grab it from the release section of the githubg page here: https://github.com/alzwded/etc/releases/tag/jak2048v1.0 Have fun! |