Merge: gamnit: make the template project friendlier for new users
authorJean Privat <jean@pryen.org>
Mon, 8 May 2017 20:05:32 +0000 (16:05 -0400)
committerJean Privat <jean@pryen.org>
Mon, 8 May 2017 20:05:32 +0000 (16:05 -0400)
commitaa0b8ba9be6f9488bab94cc476f137a1ae416731
tree7d63776f9f9a173676edb6da86ceabe5ab5ade90
parent5f9006ebf7db2717d3396bb7bd98ee410775a501
parent7224d6c1769ce2e23dd140582f335245a3efde8a
Merge: gamnit: make the template project friendlier for new users

The `template` project (previously `template_flat`) is a basic project stub that can be built upon to create a gamnit game. This PR should make it a bit easier to copy and rename the project, ensure compatibility with the nit:latest-full Docker, rely on a visible `mkdir` instead of a hidden `.gitignore`, provide a positive first `make` and suggest to implement unit tests.

Pull-Request: #2421