I've been working on a game called "Stonerealm" for the past month or so.
It's my first project, actually, and I'm in the process of rewriting the landscape.
I decided to post this "proof of concept" here, because why not
Please don't give me advice on how I can improve the tile system, because I'm rewriting it right now (as I said earlier)
You can access the files by changing it to a .zip just as you would do with a .love (By default the game is .exe)
Stonerealm POC
Stonerealm POC
- Attachments
-
- Stonerealm POC.zip
- poc
- (3.98 MiB) Downloaded 188 times
Last edited by LaserGuns on Mon Jul 16, 2012 10:43 pm, edited 1 time in total.
Re: Stonerealm POC
4 MB I'm going to check it out!
Also, I wish you best of luck on coding this project. I'll leave you feedback when I'm done playtesting it.
*Edit: Also if you could, when sending a game for people to test could you make it a ".love" extension? If you don't know how to please read the "Distributing your game" page in the wiki: https://love2d.org/wiki/Game_Distribution
Also, I wish you best of luck on coding this project. I'll leave you feedback when I'm done playtesting it.
*Edit: Also if you could, when sending a game for people to test could you make it a ".love" extension? If you don't know how to please read the "Distributing your game" page in the wiki: https://love2d.org/wiki/Game_Distribution
Re: Stonerealm POC
If you don't mind, let me leave you some feedback.
First off, good job for a starting project
Second off, I STRONGLY SUGGEST a Tilemap system do-over! If I was that guy inside the game, I'd be thinking "How the heck?" when I was flying while jumping but when I hit the ground I was rocketed under the map (and towards the left) at a high rate of speed
Third off, Does the main character have a jetpack or something?
good job on your first game! You should've seen my first project on Love2D
Btw, here is some debug data for you:
Tilemap Issue 01 - It appears that everything I see in the game is 1 tile to the left compared to the collusion points.
(0,0) = (-1,0) but when touching you feel (0,0) is (0,0). Possibly the collusion points are 1 over to the right by mistake.
Physics Issue 01 - Jetpacks anyone? This might not even be an issue though,
Physics Issue 02 / Tilemap Issue 02 - Gravity Physics cause bodily harm XD
As seen through jumping several times and flying, then falling to the ground quickly CAN shoot you through the map.
First off, good job for a starting project
Second off, I STRONGLY SUGGEST a Tilemap system do-over! If I was that guy inside the game, I'd be thinking "How the heck?" when I was flying while jumping but when I hit the ground I was rocketed under the map (and towards the left) at a high rate of speed
Third off, Does the main character have a jetpack or something?
good job on your first game! You should've seen my first project on Love2D
Btw, here is some debug data for you:
Tilemap Issue 01 - It appears that everything I see in the game is 1 tile to the left compared to the collusion points.
(0,0) = (-1,0) but when touching you feel (0,0) is (0,0). Possibly the collusion points are 1 over to the right by mistake.
Physics Issue 01 - Jetpacks anyone? This might not even be an issue though,
Physics Issue 02 / Tilemap Issue 02 - Gravity Physics cause bodily harm XD
As seen through jumping several times and flying, then falling to the ground quickly CAN shoot you through the map.
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Stonerealm POC
It's really nice to see that you're trying to do some original art. One thing you need to clean up is the feet and arm movement.
Use something like this as refrence:
In your game.exe, you've inadvertently left "oldstonerealm.zip" in there, which is 1.5MB. You really don't need to distribute that :)
I can do megajumps by pressing spacebar over and over.
Also, the game is titled "Dungeoneer" in your conf.lua
Use something like this as refrence:
In your game.exe, you've inadvertently left "oldstonerealm.zip" in there, which is 1.5MB. You really don't need to distribute that :)
I can do megajumps by pressing spacebar over and over.
Also, the game is titled "Dungeoneer" in your conf.lua
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Re: Stonerealm POC
Read the OP again, please, I said I am redoing the tile system.mk352 wrote:If you don't mind, let me leave you some feedback.
First off, good job for a starting project
Second off, I STRONGLY SUGGEST a Tilemap system do-over! If I was that guy inside the game, I'd be thinking "How the heck?" when I was flying while jumping but when I hit the ground I was rocketed under the map (and towards the left) at a high rate of speed
Third off, Does the main character have a jetpack or something?
good job on your first game! You should've seen my first project on Love2D
Btw, here is some debug data for you:
Tilemap Issue 01 - It appears that everything I see in the game is 1 tile to the left compared to the collusion points.
(0,0) = (-1,0) but when touching you feel (0,0) is (0,0). Possibly the collusion points are 1 over to the right by mistake.
Physics Issue 01 - Jetpacks anyone? This might not even be an issue though,
Physics Issue 02 / Tilemap Issue 02 - Gravity Physics cause bodily harm XD
As seen through jumping several times and flying, then falling to the ground quickly CAN shoot you through the map.
and the jetpack thing I'm going to leave in, but I'll limit to only 1 air jump.
Thanks for feedback
Re: Stonerealm POC
Lol sorry I'm not very organised. It was originally called dungeoneer, but I changed the name because I found out that was the name of some card game.josefnpat wrote:It's really nice to see that you're trying to do some original art. One thing you need to clean up is the feet and arm movement.
Use something like this as refrence:
In your game.exe, you've inadvertently left "oldstonerealm.zip" in there, which is 1.5MB. You really don't need to distribute that
I can do megajumps by pressing spacebar over and over.
Also, the game is titled "Dungeoneer" in your conf.lua
Also, thanks for the art compliments, my brother made the art for me The tile textures looked a bit different before, but when I resized them from 11x11 to 20x20 they got blurred a bit.
Who is online
Users browsing this forum: No registered users and 4 guests