From ab17a58dfb6b6a6e23bd6e4e331503fa3e6a9306 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Mon, 16 Apr 2018 07:54:41 +0300 Subject: [PATCH] Add BYTEPATH tutorial MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a new section for the [Lua](https://www.lua.org/) programming language and a new section for the [LÖVE](https://love2d.org/) 2D game engine. Inside it add a tutorial for creation of a complete 2D game with **Lua** and **LÖVE** called [BYTEPATH](http://store.steampowered.com/app/760330/BYTEPATH/) by [SSYGEN](https://github.com/SSYGEN). --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 1ee75c7..4357ecb 100644 --- a/README.md +++ b/README.md @@ -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) @@ -149,6 +150,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: