What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
Ragzouken
Citizen
Posts: 84
Joined: Fri Aug 10, 2012 7:59 am
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by Ragzouken »



turning my cylinder thing into a platformer
User avatar
Larsii30
Party member
Posts: 267
Joined: Sun Sep 11, 2011 9:36 am
Location: Germany

Re: What's everyone working on? (tigsource inspired)

Post by Larsii30 »

Ragzouken wrote:

turning my cylinder thing into a platformer
I love it :) Looks fantastic.
GarbagePillow
Prole
Posts: 41
Joined: Wed Sep 26, 2012 9:19 pm

Re: What's everyone working on? (tigsource inspired)

Post by GarbagePillow »

AOetP.png
AOetP.png (44.28 KiB) Viewed 480 times
X18W4.png
X18W4.png (52.91 KiB) Viewed 480 times
I have tilable poisson disks working nicely. Each of these disks is associated with a square tile, and each tile has about 1-4 disks. The coloring is set on a tile by tile basis, but you cannot really notice the regularity of tiles using this technique.
User avatar
pk
Citizen
Posts: 67
Joined: Wed Dec 14, 2011 2:13 am
Location: Texas, United States
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by pk »

None of the N++ themes are gay enough...
npp-love-theme.png
npp-love-theme.png (90.75 KiB) Viewed 4036 times
ALL CREATURE WILL DIE AND ALL THE THINGS WILL BE BROKEN. THAT'S THE LAW OF SAMURAI.
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by Roland_Yonaba »

Great theme..Download link ? :awesome:
User avatar
StoneCrow
Party member
Posts: 199
Joined: Sat Apr 17, 2010 9:31 am
Location: Wales the land of leeks and leaks
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by StoneCrow »

Im back, not working on anything yet....
But I'm hoping to adjust my sleeping schedules to fit in with work and coding by next week :).
Stuff to do:
  • work on Atree,
    polish some backend work for other projects,
    create a new lightengine for new quick game,
    continue work on AI systems.
I set myself too many projects always!
Anyone else have this problem??
Dull but sincere filler.
User avatar
dreadkillz
Party member
Posts: 223
Joined: Sun Mar 04, 2012 2:04 pm
Location: USA

Re: What's everyone working on? (tigsource inspired)

Post by dreadkillz »

Too many ideas, not enough time.
Triplenox
Prole
Posts: 26
Joined: Fri Jul 13, 2012 5:48 pm

Re: What's everyone working on? (tigsource inspired)

Post by Triplenox »

SimonLarsen wrote:Not LÖVE related, but wanted to share anyway:
Just took a course on the principles behind 3D graphics. We were required to turn in a simple game to qualify for the oral exam so I made this simple Portal clone:
Image
Very nice, I LÖVE the look of it ;)

Kind Regards,

-Triplenox
User avatar
substitute541
Party member
Posts: 484
Joined: Fri Aug 24, 2012 9:04 am
Location: Southern Leyte, Visayas, Philippines
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by substitute541 »

I am working on this.
Currently designing themes for WordPress.

Sometimes lurks around the forum.
User avatar
Ref
Party member
Posts: 702
Joined: Wed May 02, 2012 11:05 pm

Re: What's everyone working on? (tigsource inspired)

Post by Ref »

Wanted to figure out how to use quads.
Result, a simple puzzle test script.
Basically, an image is fragmented into quads and randomly distributed on the the screen.
By left clicking on one quad and then right clicking on another quad causes them to swap.
Pretty simple, so I added random rotation of the quads to make it somewhat harder.
Problem is if the image is too badly fragmented, there isn’t enough information to determine where quads should be. So there is a trade off between the number of quads and the detail in the image.
Remaining to be done:
menu
levels
check for when image has been correctly reassembled
sound
scoring system
convert quads to spritBatch
better images
Attached script is a dumbed down simple example of what I have so far.
Edit: Modified example to use sprite batch. Obviously not a good example of the the use of sprite batch as speed is not a factor here - just a test. Really simple to convert quads into a sprite batch.
Don't appreciate what spriteBatch:bind() and spriteBatch:unbind() really do but did discover if not used correctly will cause Love to crash.
Attachments
puzzle_with_sb.love
puzzle.love converted to use sprite batch
(11.96 KiB) Downloaded 98 times
puzzle.love
Simplified test puzzle
(11.62 KiB) Downloaded 116 times
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 158 guests