What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
pajh
Prole
Posts: 8
Joined: Fri Jan 30, 2015 4:52 pm

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

Post by pajh »

I'm working on a Logicality - a game using digital circuits and gates.

Image
Image
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 »

Yay, cool!
Looking forward to more detail. Good luck with it - looks nice already!
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
Skeiks
Citizen
Posts: 51
Joined: Wed Jan 28, 2015 1:51 pm

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

Post by Skeiks »

Working on a Metroidvania I think I'm going to call Forerunners. Right now I've got most of the basics implemented; map switching, wall jumping, the tile engine (Thanks STI!) and a few of the camera functions. I'm going to try and do a Zelda thing and have several different gadgets the player can use, but I want most of them to be pretty unique. I don't want to just do the basic double jump, higher jump, flying, bigger gun type thing.

I've got two of my ideas in, which include magnet boots and a teleportation puck. I've got a lot of ideas for puzzles including those two. All the art is just placeholder's I've stolen from Saira and Opengameart.org right now. I'm commissioning some assets so I can get a decent looking prototype put together. I think next I'm going to work on having revealing sections of map, and a dialogue system.

Image
User avatar
lupettohf
Prole
Posts: 1
Joined: Mon Mar 02, 2015 3:11 pm

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

Post by lupettohf »

I'm making a simple game (that can be adapted as a audiogame) whit no actual knowledge of lua or things! [G]
User avatar
arampl
Party member
Posts: 248
Joined: Mon Oct 20, 2014 3:26 pm

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

Post by arampl »

I'm experimenting with Beziers and blur shaders.
bezier.png
bezier.png (54.94 KiB) Viewed 3323 times
UPDATE: faster blur shader (now uses built-in variable VaryingTexCoord)
UPDATE2: added self-intersecting bezier (right click close to point and drag)

REFERENCE on blur used: http://xissburg.com/faster-gaussian-blur-in-glsl/
Attachments
bezier.love
(4.84 KiB) Downloaded 82 times
Last edited by arampl on Sat Mar 07, 2015 7:55 am, edited 3 times in total.
User avatar
martincohen
Prole
Posts: 23
Joined: Sat Feb 21, 2015 10:39 am
Contact:

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

Post by martincohen »

arampl wrote:I'm experimenting with Beziers and blur shaders.
Oh nice!
<3
User avatar
Davidobot
Party member
Posts: 1226
Joined: Sat Mar 31, 2012 5:18 am
Location: Oxford, UK
Contact:

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

Post by Davidobot »

I'm making a stylized 3D top-down shooter, here's a cityscape preview:
Image
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
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 »

arampl wrote:I'm experimenting with Beziers and blur shaders.
The attachment bezier.png is no longer available
UPDATE: faster blur shader (now uses built-in variable VaryingTexCoord)

REFERENCE on blur used: http://xissburg.com/faster-gaussian-blur-in-glsl/
Hi arampl!
I get the following error message on my laptop:
Error
Cannot link shader program objects:
Not enough space for defined varyings.
Had to change 14's to 13's to get it to work. So much for my machine.
Found it interesting that you used a stencil to confine the blur to the shape. Cleaver!
Screwed around with your script to see what it would do with a rounded rectangle.
Real funky colors - see below.
Attachments
blur.love
Slight mod of arampl's code
(2.42 KiB) Downloaded 82 times
User avatar
qubodup
Inner party member
Posts: 775
Joined: Sat Jun 21, 2008 9:21 pm
Location: Berlin, Germany
Contact:

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

Post by qubodup »

Image
I made a stup... cute android app at the last Berlin Mini Jam. Most of the time I spent installing Android/Ant stuff and setting up PATH on Windows. At the end I had time to write a little toy app.
The same night I registered a google play dev account.
On the next day I made all the banners/screenshots and a trailer video and submitted.
After about a day it got published.

Meow.

Why did I do this?

I am preparing material for a 3-day workshop for 10-27 year old beginners with the following structure:
- day 1: copy code to make a game
- day 2: individualize it (code/art changes)
- day 3: port to android

The workshop will take place at various youth clubs for girls and young women in Berlin & Potsdam, April-September 2015.
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
louie999
Prole
Posts: 46
Joined: Fri Mar 06, 2015 9:01 am

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

Post by louie999 »

Gonna try and make a turn-based 2D war game with lots of units and lots of explosions. :awesome:

Code: Select all

fun = true
school = true

function isItFun()
    if school then
       fun = false
    end
    if not fun then 
       me:explode()
    end
end
Post Reply

Who is online

Users browsing this forum: No registered users and 92 guests