fix build

This commit is contained in:
Ellison Leão
2016-12-30 19:24:17 -02:00
parent 6e9ab4f5a4
commit 41114c3738
2 changed files with 2 additions and 3 deletions

View File

@@ -3,4 +3,4 @@ before_script:
- pip install -U vl - pip install -U vl
- vl --version - vl --version
script: script:
- vl README.md -t 5 --debug -w gamesounds.xyz,vungle.com,renderhjs.net -a 503,405,401 - vl README.md -t 5 --debug -w gamesounds.xyz,vungle.com,renderhjs.net -a 503,405,401,403

View File

@@ -366,7 +366,6 @@ Must see
* [Game Programming Patterns](http://gameprogrammingpatterns.com/) * [Game Programming Patterns](http://gameprogrammingpatterns.com/)
* [Game Scripting Mastery](http://www.amazon.com/Scripting-Mastery-Premier-Press-Development/dp/1931841578) * [Game Scripting Mastery](http://www.amazon.com/Scripting-Mastery-Premier-Press-Development/dp/1931841578)
* [Hello Scratch: Learn to Program by Making Arcade Games](https://www.manning.com/books/hello-scratch) * [Hello Scratch: Learn to Program by Making Arcade Games](https://www.manning.com/books/hello-scratch)
* [Interactive Computer Graphics: A Top-Down Approach with Shader-Based OpenGL, 6/E](http://www.pearsonhighered.com/educator/product/Interactive-Computer-Graphics-A-TopDown-Approach-with-ShaderBased-OpenGL/9780132545235.page)
* [Level Up!](http://www.amazon.com/dp/047068867X?tag=game-prog-books-20) * [Level Up!](http://www.amazon.com/dp/047068867X?tag=game-prog-books-20)
* [Mathematics For 3D Game Programming And Computer Graphics](http://www.amazon.com/dp/1435458869?tag=game-prog-books-20) * [Mathematics For 3D Game Programming And Computer Graphics](http://www.amazon.com/dp/1435458869?tag=game-prog-books-20)
* [Nature of Code](http://natureofcode.com/book/) * [Nature of Code](http://natureofcode.com/book/)