Search found 5 matches

by tiotags
Mon Mar 01, 2010 4:07 pm
Forum: Games and Creations
Topic: Rebound (another pong)
Replies: 41
Views: 27262

Re: Rebound (another pong)

:)) wow I wanted to make a game exactly like yours and didn't know how to make it :))

btw you made a nice game, it's pretty ... and pong

Q:
doesn't it have a cpu player ?
and under what licence can we use stuff from it, hey I don't wanna steal
by tiotags
Sun Feb 21, 2010 12:26 pm
Forum: Libraries and Tools
Topic: Pölygamy: a collection of LÖVE helper libraries
Replies: 54
Views: 35020

Re: Pölygamy: a collection of LÖVE helper libraries

it doesn't work on linux :( ( I think the paths aren't cross platform)
by tiotags
Wed Feb 17, 2010 9:05 pm
Forum: Games and Creations
Topic: Survive! Top Down Zombie Shooter
Replies: 9
Views: 7744

Re: Survive! Top Down Zombie Shooter

nice :)

maybe it could use some landmarks (trees, rocks) so it's easier to know where you are going
by tiotags
Sat Jan 16, 2010 1:10 pm
Forum: Games and Creations
Topic: Gravitonik
Replies: 29
Views: 17328

Re: Gravitonik

The rotation is a bit hard to master but I like the idea for the game, I hope you have time to polish it :)
by tiotags
Wed Jan 13, 2010 10:42 pm
Forum: Support and Development
Topic: drawable shapes
Replies: 4
Views: 4244

drawable shapes

Hello,

An idea for the next version of love, make the shapes (polygon, circle) drawables, so you can draw them with love.graphics.draw

an example:

Code: Select all

specialtriangle = love.graphics.newWhatever(x1,y1,x2,y2,x3,y3)
love.graphics.draw(specialtriangle,whatever,whatever)
Any opinions ?