Search found 59 matches

by Zer0
Sun Dec 23, 2012 11:40 pm
Forum: Libraries and Tools
Topic: Unnamed Dot Game Remake
Replies: 10
Views: 3730

Re: Unnamed Dot Game Remake

Thanks for the nice comment. And there's a problem with the gameplay where you can simply build from one side and you cannot get your blocks taken. I fixed it kinda but you can still get immunity like that with no way to stop it I will see what I can do about it... P.S. I looked up Othello http://en...
by Zer0
Sun Dec 23, 2012 11:54 am
Forum: Libraries and Tools
Topic: Unnamed Dot Game Remake
Replies: 10
Views: 3730

Unnamed Dot Game Remake

So I made a remake of my own game because I lost the sourcecode... There's no dots in the game anymore so the name doesn't make any sense. It's a multiplayer game of 2-4 People so you can't play it alone. The goal of the game is to surround your opponents dots ( blocks ) with your own you get 1 poin...
by Zer0
Sun Oct 07, 2012 7:53 pm
Forum: Games and Creations
Topic: Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)
Replies: 13
Views: 5564

Re: Unnamed Pathman ( A Pac Man Clone ) ( UPDATED! 1)

Nice speed slider! Thanks it's 2 lines and a circle if you want i can post the code to it. But 2 as a speed setting, lol. :awesome: It's so you really have to think about where you go. Anyways, thatnks for putting in the speed slider :) No problem EDIT: here's the code function love.load() slider =...
by Zer0
Sat Oct 06, 2012 10:40 pm
Forum: Games and Creations
Topic: Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)
Replies: 13
Views: 5564

Re: Unnamed Pathman ( A Pac Man Clone )

I doubt it have such a big effect on Fps it goes something lik moving = moving + dt if moving > 1 then moving = moving - 1 --turning code here end the player has 4 variables for movement x y direction ( 1 to 4 where 1 = left, 2 = up, 3 = right and 4 = down ) movement ( 0 and up is increased by Delt...
by Zer0
Sat Oct 06, 2012 9:55 pm
Forum: Games and Creations
Topic: Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)
Replies: 13
Views: 5564

Re: Unnamed Pathman ( A Pac Man Clone )

Ghost's move to fast? They move at the same speed as the player. Yes, but that makes it WAY to hard on anything over 2 ghosts (at least for me). I didn't make it to be easy but i will see if i can do something about it. vsync is enabled in the config file. I don't see a reason to disable it since I...
by Zer0
Sat Oct 06, 2012 9:17 pm
Forum: Games and Creations
Topic: Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)
Replies: 13
Views: 5564

Re: Unnamed Pathman ( A Pac Man Clone )

Nsmurf Ghost's move to fast? They move at the same speed as the player. Nsmurf I know there's no victory screen. If I may ask did you try at loser lvl or easy just to win? or did you play on normal or above? My record us finishing stage 2 on Harder ( 5 ) Nsmurf vsync is enabled in the config file. I...
by Zer0
Sat Oct 06, 2012 1:32 pm
Forum: Games and Creations
Topic: Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)
Replies: 13
Views: 5564

Re: Unnamed Pathman

I think it's the DLL's that comes with the love that's needed for it to run. The only images in the game is the original artwork of the AI. you can see them in the game with. use mouse wheel to zoom in and out. Hold down mouse wheel and drag around the mouse to move the images. Original Artwork. 1....
by Zer0
Sat Oct 06, 2012 1:13 pm
Forum: Games and Creations
Topic: Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)
Replies: 13
Views: 5564

Re: Unnamed Pathman

One thing I noticed is that you discriminate the escape key :D It would be cool to be able to leave the game back to the menu when you won't like to play anymore and to get back to windows when you are in the main menu and press escape. Done already I just didn't update The bots are good, it's fun ...
by Zer0
Sat Oct 06, 2012 10:25 am
Forum: Games and Creations
Topic: Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)
Replies: 13
Views: 5564

Unnamed Pathman (A Pac Man Clone)(UPDATED! 1)(+Youtube)

[youtube]http://www.youtube.com/watch?v=70-gn7OWj7A[/youtube] https://love2d.org/w/images/c/cc/Unnamed_Pathman1.jpg As simple as it looks. You're probably screwed if you play with 4 or more enemies. ( the red thing's ) They're AI is simple so they take the fastest non-blocked route to the player. Do...