Merge pull request #53 from bobeff/bytepath

Add BYTEPATH tutorial
This commit is contained in:
Tu Tran 2018-04-16 19:01:23 -04:00 committed by GitHub
commit c8ccc4c57e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Java](#java)
* [JavaScript](#javascript)
* [Kotlin](#kotlin)
* [Lua](#lua)
* [Python](#python)
* [Go](#go)
* [Ruby](#ruby)
@ -150,6 +151,28 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Keddit - Learn Kotlin While Developing an Android Application](https://medium.com/@juanchosaravia/learn-kotlin-while-developing-an-android-app-introduction-567e21ff9664)
## Lua:
### LÖVE:
* BYTEPATH: Creation of a Complete Game with Lua and LÖVE
* [Part 0: Introduction](https://github.com/SSYGEN/blog/issues/30)
* [Part 1: Game Loop](https://github.com/SSYGEN/blog/issues/15)
* [Part 2: Libraries](https://github.com/SSYGEN/blog/issues/16)
* [Part 3: Rooms and Areas](https://github.com/SSYGEN/blog/issues/17)
* [Part 4: Exercises](https://github.com/SSYGEN/blog/issues/18)
* [Part 5: Game Basics](https://github.com/SSYGEN/blog/issues/19)
* [Part 6: Player Basics](https://github.com/SSYGEN/blog/issues/20)
* [Part 7: Player Stats and Attacks](https://github.com/SSYGEN/blog/issues/21)
* [Part 8: Enemies](https://github.com/SSYGEN/blog/issues/22)
* [Part 9: Director and Gameplay Loop](https://github.com/SSYGEN/blog/issues/23)
* [Part 10: Coding Practices](https://github.com/SSYGEN/blog/issues/24)
* [Part 11: Passives](https://github.com/SSYGEN/blog/issues/25)
* [Part 12: More Passives](https://github.com/SSYGEN/blog/issues/26)
* [Part 13: Skill Tree](https://github.com/SSYGEN/blog/issues/27)
* [Part 14: Console](https://github.com/SSYGEN/blog/issues/28)
* [Part 15: Final](https://github.com/SSYGEN/blog/issues/29)
## Python:
### Web Scraping: