What's everyone working on? (tigsource inspired)
- 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)
Finishing writing an object orientated ( kinda ) map engine and a mapmaker for that hopefully using procedurally aligned chunks of map to create large linear maps.
Dull but sincere filler.
- 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)
Here's a shot of that map engine, it's still early days and I'm definitely going to be using it for my next game in a big way!
well the mapper is displaying a small 3x3 map, currently the only non-automatic part is the positioning and rotation of tiles onto the map ( that's where the mapmaker comes in next ), the tiles are cropped automatically into a reference table within the maps namespace and the tiles are placed and drawn automatically onto the grid with functions also!
I was going to use images to place map parts but since the main use is for top down or orthogonal it would be a massive pain to support image rotation with the single reference image format without hugely over complicating it.
I have sat down and started to write mapmakers before but hit problems with my map format, I really like this one so as long as money problems don't start cropping up I will hopefully be able to finish this one!
Okay so whats going on here you ask?well the mapper is displaying a small 3x3 map, currently the only non-automatic part is the positioning and rotation of tiles onto the map ( that's where the mapmaker comes in next ), the tiles are cropped automatically into a reference table within the maps namespace and the tiles are placed and drawn automatically onto the grid with functions also!
Code: Select all
imagesheetreference = love.graphics.newImage("basic.png") -- grabbing the image
map = require "ow_grid" -- adding the functions to the map
map:setup(imagesheetreference,5,100,100) -- setting up the maps info and tile references
-- here is the last hand written difficult bit the positioning and map size, the editor will remove the need for this.
map:create(
3,
3,
{
{1,1,{4, r = 0}},
{2,1,{3, r = 90}},
{3,1,{4, r = 90}},
{1,2,{3, r = 0}},
{2,2,{1, r = 0}},
{3,2,{3, r = 180}},
{1,3,{4, r = 270}},
{2,3,{3, r = -90}},
{3,3,{4, r = 180}},
}
)
function love.draw()
map:draw(100,100) -- where the map section is drawn
end
I have sat down and started to write mapmakers before but hit problems with my map format, I really like this one so as long as money problems don't start cropping up I will hopefully be able to finish this one!
Dull but sincere filler.
Re: What's everyone working on? (tigsource inspired)
I started working on my Columns game again. :>
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: What's everyone working on? (tigsource inspired)
I love it. Love it. Really nice.
Re: What's everyone working on? (tigsource inspired)
Pony columns? Lol ok, nice. I would really like it having vector high resolution graphics though. Or at least make the cutie pieces have more distinct colors, like kindness is strikingly teal and generocity - white (sligthly blue). Also, make laughter piece have it's blob part larger.
Re: What's everyone working on? (tigsource inspired)
Thanks for the compliments. :> The pony pieces are just something I made for fun, and it will probably end up being a theme, or texture pack, in the future, since I wanna have that kind of system in place for multiplayer.
- CaptainMaelstrom
- Party member
- Posts: 163
- Joined: Sat Jan 05, 2013 10:38 pm
Re: What's everyone working on? (tigsource inspired)
raidho36: What? I was under the impression LÖVE only supports rasterized graphics??vector high resolution graphics
But yeah tepaterf: it looks really cool. I got introduced to Columns late, but I played a ton of it with friends. Really fun party game.
Also, cpellens, that looks really cool. What's the resolution of one tile? 128x128? Looks really smooth, almost vector-like.
- SimonLarsen
- Party member
- Posts: 100
- Joined: Thu Mar 31, 2011 4:47 pm
- Location: Denmark
- Contact:
Re: What's everyone working on? (tigsource inspired)
Lukas and I have been working on a small project to kill time.
We posted some screenshots here yesterday:
http://tangramgames.dk/2013/08/10/sss.html
We posted some screenshots here yesterday:
http://tangramgames.dk/2013/08/10/sss.html
Who is online
Users browsing this forum: No registered users and 3 guests