What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

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

Post by kikito »

I've been working on Luv.js for a couple weeks now.
When I write def I mean function.
User avatar
Hexenhammer
Party member
Posts: 175
Joined: Sun Feb 17, 2013 8:19 am

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

Post by Hexenhammer »

I am working on a way too ambitious project which I will never finish.
User avatar
Taehl
Dreaming in associative arrays
Posts: 1025
Joined: Mon Jan 11, 2010 5:07 am
Location: CA, USA
Contact:

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

Post by Taehl »

Our project is coming along nicely.

(That's 42 FPS on a netbook)
Image

We've got working physics, some graphics and particles, asteroids which break apart when damaged, ships with multiple turrets, and AI-controlled skirmishers. It doesn't yet have sound, but play-testers are making their own space-battle noises (a promising sign!). Next milestone is basic multiplayer.

Also, 969th post, whoo!
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
User avatar
SimonLarsen
Party member
Posts: 100
Joined: Thu Mar 31, 2011 4:47 pm
Location: Denmark
Contact:

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

Post by SimonLarsen »

Working on the first boss.
Image
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 »

An asteroids clone...

Image
Currently designing themes for WordPress.

Sometimes lurks around the forum.
scutheotaku
Party member
Posts: 235
Joined: Sat Dec 15, 2012 6:54 am

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

Post by scutheotaku »

I'm working on a generic (not format or software dependent) tilemap library. It's loosely based on Flashpunk's Tilemap class. Not sure if I'll release it though - is there a demand for such a thing?

EDIT: viewtopic.php?f=5&t=22282


SimonLarsen wrote:Working on the first boss.
Image
I really love all the screenshots you're posting! Great art style!
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

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

Post by josefnpat »

Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Germanunkol
Party member
Posts: 712
Joined: Fri Jun 22, 2012 4:54 pm
Contact:

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

Post by Germanunkol »

Splitscreen asteroids?! Oh my god, this is like a child-dream come true for me!
Finish it, finish it, finish it!!

Care to elaborate how you achieved the split-screen effect? I know you can do "cameras" in löve, but how do you clip the drawing to a certain area of the screen?
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
User avatar
micha
Inner party member
Posts: 1083
Joined: Wed Sep 26, 2012 5:13 pm

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

Post by micha »

Germanunkol wrote:Care to elaborate how you achieved the split-screen effect? I know you can do "cameras" in löve, but how do you clip the drawing to a certain area of the screen?
You can use scissors.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

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

Post by josefnpat »

Germanunkol wrote:Splitscreen asteroids?! Oh my god, this is like a child-dream come true for me!
Finish it, finish it, finish it!!

Care to elaborate how you achieved the split-screen effect? I know you can do "cameras" in löve, but how do you clip the drawing to a certain area of the screen?
Misha's got it right, I use sissor, but to elaborate like you've asked;

There is an object for each player, and with that there is a window object that defines the x,y,w,h of each player. Using those variables, I have all my other functions work off of those numbers instead of the love.graphics.get[Height|Width].

Currently the game is playable as a free for all shooter. It may gain some funding soon for part time development instead of just my free time.

Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Post Reply

Who is online

Users browsing this forum: WexDex and 102 guests