Search found 78 matches

by bobbymcbobface
Sun Nov 10, 2019 9:17 pm
Forum: General
Topic: My snake game and the problems that ensue with it :) [closed due to realisation that topic was too vague]
Replies: 2
Views: 2768

My snake game and the problems that ensue with it :) [closed due to realisation that topic was too vague]

Hi all, disclaimer this game is in beta pretty simple - this is just a forum where i can A. ask for help with all the problems that ensue with my snake Game and B. Show it of to everyone ;) if you have any questions/suggestions please do post them ! Snapshots: Capture1.PNG Capture2.PNG love.file mai...
by bobbymcbobface
Thu Nov 07, 2019 5:13 pm
Forum: General
Topic: Help with a black screen when exiting out of my lobby [closed]
Replies: 13
Views: 8443

Re: Help with a black screen when exiting out of my lobby [closed]

Ah thanks pgimeno (sorry for the long response :P) for now i will take a break and work on a smaller project (snake if you'd like to know) and aim for more realistic goals due to the fact I've finally realized making a game isn't as easy as i thought :) so i will close this topic but thanks a lot fo...
by bobbymcbobface
Wed Oct 30, 2019 12:55 pm
Forum: General
Topic: Help with a black screen when exiting out of my lobby [closed]
Replies: 13
Views: 8443

Re: Help with a black screen when exiting out of my lobby

ok i just tried this and it just stays the same, all collisions are stored and the new world doesn't seem to be doing anything - am i missing something i.e clearing all instances of previous code using a command or something?

game.love
(7.16 MiB) Downloaded 202 times
by bobbymcbobface
Tue Oct 29, 2019 6:01 pm
Forum: General
Topic: Help with a black screen when exiting out of my lobby [closed]
Replies: 13
Views: 8443

Re: Help with a black screen when exiting out of my lobby

Ah, i see thank you - i shall try this when i get a chance
by bobbymcbobface
Mon Oct 28, 2019 8:41 pm
Forum: General
Topic: Help with a black screen when exiting out of my lobby [closed]
Replies: 13
Views: 8443

Re: Help with a black screen when exiting out of my lobby

ah sorry didn't specify that - it's in map.lua and i think it's the command is map:load() though i don't know why whenever i got to the lobby it either throws an error or does nothing at all or as usual throws a black screen at me Edit! ok i managed to draw the map in the example below all the help ...
by bobbymcbobface
Sun Oct 27, 2019 11:26 am
Forum: General
Topic: Help with a black screen when exiting out of my lobby [closed]
Replies: 13
Views: 8443

Re: Help with a black screen when exiting out of my lobby

ok hopefully the last problem to come across for some reason the map is not being drawn or in that matter even called is there a piece of code I'm not activating or are my functions incorrect? - thankyou for putting up with my endless questions :)
by bobbymcbobface
Thu Oct 24, 2019 10:07 am
Forum: General
Topic: Help with a black screen when exiting out of my lobby [closed]
Replies: 13
Views: 8443

Re: Help with a black screen when exiting out of my lobby

thanks! this has provided a great help to me and i understand what you mean about states now - again thanks alot :)
by bobbymcbobface
Wed Oct 23, 2019 8:55 am
Forum: General
Topic: Help with a black screen when exiting out of my lobby [closed]
Replies: 13
Views: 8443

Re: Help with a black screen when exiting out of my lobby

ok i tried your example and while i do understand (partially) what to do i can't work out where i need to put the table implementation without it raising an error with lobby.lua saying it's in a continuous loop - mind providing a short example of how it would be applied into my code, thankyou (but y...