
Alexas Adventure
A downloadable game for Windows
Download NowName your own price
My first finished game!
It's a dungeon crawler that I made for my friend as a gift 😄 Feedback is greatly appreciated!
Art by me, sounds and music not.
Status | Released |
Platforms | Windows |
Author | nadibadi |
Genre | Adventure |
Tags | Dungeon Crawler, Indie, Singleplayer |
Download
Download NowName your own price
Click download now to get access to the following files:
AlexasAdventue.exe 5.7 MB
Comments
Log in with itch.io to leave a comment.
This looks really good. What did you use to write it?
Thanks! I used love2d to make it, so it's written in lua
Wow. I use Pygame, which is supposed to be one of the easiest frameworks, and i struggle with that! Great work.
I also started with Pygame and struggled with it after a while. Love2d took me some time to wrap my head around, since I had to learn a new language, but once I got there I really liked it. I love building my own solutions and functions, and this engine has just enough of the basics to support development without restricting freedom.
My favourite resources were the cs50 game development course, which is free to watch on youtube (but gets unnecessarily complex, lua doesn't need object classes) and the book they reference: how to build an RPG (for lua but different engine, easily adapted to love2d).
Thanks for the reply. I'll have to take a look at that. I've managed to write one game using Pygame, which is text based (bizarre, I know!). Feel free to take a look if you get chance, but don't expect it to be as good as yours! I'm very old and very much a beginner.