The Crawler of Dungeons™ [!RENAMED! AND !REBORN!]
Re: Dungeon Crawler [SAVING DONE]
Banoticus, I am wandering, when do you manage to post replies, I though you where ment to be at work?
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: Dungeon Crawler [SAVING DONE]
What do you mean at work I am on an iPad.Davidobot wrote:Banoticus, I am wandering, when do you manage to post replies, I though you where ment to be at work?
I will soon get back o work don't worry cos I get wifi this weekend.
Re: Dungeon Crawler v. 0.0009
How would I create a level system.
Could I add a gamestate variable and
Could I add a gamestate variable and
Code: Select all
gamestate=menu
If gamestate=level then
Level_load()
End
- Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
- Contact:
Re: Dungeon Crawler v. 0.0009
Basically it ill work, but it 'll result in mess well then number of levels will grow...Banoticus wrote:How would I create a level system.
Could I add a gamestate variable andCode: Select all
gamestate=menu If gamestate=level then Level_load() End
Have a look at gamestate(by vrld)...
Re: Dungeon Crawler v. 0.0009
I am using love v. 0.8.0
and there is a huge problem.
later o in the code...
when i run the game in love 0.8.0 it tells me player is a nil value
Once I've solved this problem i can finish v.0.0009
HELP
and there is a huge problem.
Code: Select all
player = { --Assigns stuff to player. 1(exept for background) is true, 0 is false
grid_x = 256,
grid_y = 256,
act_x = 200,
act_y = 200,
speed = 10,
direction = 1,
health = 100,
sword = 1,
shield = 0,
level=1,
xp = 0,
death = false,
rank = 0
}
Code: Select all
if player.health==0 then
player.death = true
end
Once I've solved this problem i can finish v.0.0009
HELP
Re: Dungeon Crawler v. 0.0009
One idea, remove dying for now!Banoticus wrote:I am using love v. 0.8.0
and there is a huge problem.later o in the code...Code: Select all
player = { --Assigns stuff to player. 1(exept for background) is true, 0 is false grid_x = 256, grid_y = 256, act_x = 200, act_y = 200, speed = 10, direction = 1, health = 100, sword = 1, shield = 0, level=1, xp = 0, death = false, rank = 0 }
when i run the game in love 0.8.0 it tells me player is a nil valueCode: Select all
if player.health==0 then player.death = true end
Once I've solved this problem i can finish v.0.0009
HELP
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: Dungeon Crawler
It is finally released with it after a month and six days!!!!MiniDemonic wrote:So far so good, waiting for the battle system
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: The Crawler of Dungeons™ [!RENAMED! AND !REBORN!]
Looks solid, congratulations
Re: The Crawler of Dungeons™ [!RENAMED! AND !REBORN!]
Thank you. I need feedback about the battle system: bugs, comments.Ellohir wrote:Looks solid, congratulations
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: The Crawler of Dungeons™ [!RENAMED! AND !REBORN!]
The intro works now!
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Who is online
Users browsing this forum: Ahrefs [Bot] and 3 guests