What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
D0NM
Party member
Posts: 250
Joined: Mon Feb 08, 2016 10:35 am
Location: Zabuyaki
Contact:

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

Post by D0NM »

Image
Yesterday I made a class "simple intro". Just images + text.

The pictures and the texts are random. :joker:
Our LÖVE Gamedev blog Zabuyaki (an open source retro beat 'em up game). Twitter: @Zabuyaki.
:joker: LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua :joker:
User avatar
Alexar
Party member
Posts: 174
Joined: Thu Feb 05, 2015 1:57 am
Location: Chengdu,China

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

Post by Alexar »

another blueprint system.
GIF3.gif
GIF3.gif (406.09 KiB) Viewed 4765 times
User avatar
Sulunia
Party member
Posts: 203
Joined: Tue Mar 22, 2016 1:10 pm
Location: SRS, Brazil

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

Post by Sulunia »

Working on a isometric map file format + engine.
I'm trying to build something that allows props, players, and maybe, maybe scripted events besides custom textures/sprites.
So far, it uses a simple JSON to determine where stuff goes, along with some hardcoded textures. Nothing final, still thinking about the best way to pull this off.

A JSON like this...

Code: Select all

{
	"data":[
		[["grass"], ["dirt"], ["water"], ["grass"]],
		[["dirt", "character"], ["water"], ["grass"], ["dirt"]],
		[["water"], ["grass"], ["dirt"], ["water"]],
		[["grass"], ["dirt"], ["water"], ["grass"]],
		[["dirt"], ["water"], ["grass"], ["dirt"]]
		]
}
...gives me something like this!
(not so)GLORIOUS PIXELATED MAP
(not so)GLORIOUS PIXELATED MAP
mapgif.gif (6.59 MiB) Viewed 4730 times
Don't check my github! It contains thousands of lines of spaghetti code in many different languages cool software! :neko:
https://github.com/Sulunia
User avatar
Linkpy
Party member
Posts: 102
Joined: Fri Aug 29, 2014 6:05 pm
Location: France
Contact:

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

Post by Linkpy »

Working on the second alpha version of my rhythm game "Sirami" :



( If you want to try : https://linkpy.itch.io/sirami ! :) )
BTW: Not made with Love, but with Godot Engine ^^
Founder of NeoShadow Studio. Currently working on the project "Sirami".
github / linkpy
User avatar
Beelz
Party member
Posts: 234
Joined: Thu Sep 24, 2015 1:05 pm
Location: New York, USA
Contact:

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

Post by Beelz »

Just want to note, that around 1:15 in the video you can see the combo count drop from 800x to 200x. Also around 2:15, it jumps from 407x back to 402x for a second, then to 470x. Seems to be a bug?

Code: Select all

if self:hasBeer() then self:drink()
else self:getBeer() end
GitHub -- Website
User avatar
Linkpy
Party member
Posts: 102
Joined: Fri Aug 29, 2014 6:05 pm
Location: France
Contact:

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

Post by Linkpy »

Ahaha ! This isn't a bug, this is the font used :

Image

Quiet confusing yes :P
Founder of NeoShadow Studio. Currently working on the project "Sirami".
github / linkpy
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

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

Post by zorg »

Linkpy wrote:Quiet confusing yes :P
Quite, indeed. :3
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
Beelz
Party member
Posts: 234
Joined: Thu Sep 24, 2015 1:05 pm
Location: New York, USA
Contact:

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

Post by Beelz »

Linkpy wrote:Ahaha ! This isn't a bug, this is the font used
I see now that you mention it... Carry on.

Code: Select all

if self:hasBeer() then self:drink()
else self:getBeer() end
GitHub -- Website
User avatar
MadByte
Party member
Posts: 533
Joined: Fri May 03, 2013 6:42 pm
Location: Braunschweig, Germany

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

Post by MadByte »

Hi guys,

Finally I had enough motivation to revisualize my "Gill" Platformer graphics.
This time I got a more solid idea of how the game should feel and play like.
I can only hope that I keep working on it this time :/

Here is an old gif of my first graphics for the game.

Image

And here is how I want it to look like. I think the character looks a lot better and
the world feels much more polished. It also looks less bright and saturated, which bothered me a lot back when I
worked on the first version. I also reduced the tile size from 16x to 8x because I love how cute it looks. :neko: :)

Image

It still lacks a lot of the detail I want to have for it, but I'm sure I'll get there soon™.
j0nte33
Prole
Posts: 3
Joined: Tue Nov 08, 2016 8:00 pm

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

Post by j0nte33 »

Image
As you can see the UV coords aren't correct. But almost! :ultrahappy:
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 23 guests