├── .gitmodules └── README.md /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "Evoland"] 2 | path = Evoland 3 | url = https://github.com/ncannasse/ld24.git 4 | branch = heaps 5 | [submodule "PrincessKingdom"] 6 | path = PrincessKingdom 7 | url = https://github.com/ncannasse/ld28.git 8 | [submodule "JungleHair"] 9 | path = JungleHair 10 | url = https://github.com/ncannasse/ld32.git 11 | [submodule "TheLastRoom"] 12 | path = TheLastRoom 13 | url = https://github.com/ncannasse/ld37.git 14 | [submodule "JonathanTheSorcerer"] 15 | path = JonathanTheSorcerer 16 | url = https://github.com/ncannasse/ld40.git 17 | [submodule "heapstutorials"] 18 | path = heapstutorials 19 | url = https://github.com/marcelEuchnerMartinez/heapstutorials 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tutorials 2 | 3 | Various samples and tutorials of Heaps games/content 4 | 5 | You're welcome to contribute additional content by adding a submodule and submitting a pull request. 6 | 7 | ## Evoland 8 | 9 | Adventure game zelda-like, Created by @ncannasse for Ludum Dare 24 10 | 11 | ![179788369-2644aff7-a6f1-4e5d-944c-860f9b1db37e](https://user-images.githubusercontent.com/1022912/179793569-cee19c34-3b99-4f21-b478-5ad421333eac.png) 12 | 13 | ## Princess Kingdom 14 | 15 | Point and click management game, Created by @ncannasse for Ludum Dare 28 16 | 17 | ![image](https://user-images.githubusercontent.com/1022912/179788885-19825af1-50f2-4c41-9856-b64e90594c10.png) 18 | 19 | ## Jonathan the Sorcerer 20 | 21 | Puzzle game, Created by @ncannasse for Ludum Dare 40 22 | 23 | ![image](https://user-images.githubusercontent.com/1022912/179792297-18ce6194-4156-49c4-ab5e-ac763bf7df73.png) 24 | 25 | ## Jungle Hair 26 | 27 | Platform game, Created by @ncannasse for Ludum Dare 32 28 | 29 | ![image](https://user-images.githubusercontent.com/1022912/179793050-39fd1e7c-f1af-4876-8c28-77300d313a1d.png) 30 | 31 | # The Last Room 32 | 33 | Adventure Horror, Created by @ncannasse for Ludum Dare 37 34 | 35 | ![image](https://user-images.githubusercontent.com/1022912/179796693-a5a455b5-9777-4f59-ad50-658248dffa21.png) 36 | 37 | --------------------------------------------------------------------------------