I'm working on a template that includes a set of libraries that act as a foundation from which a game can be built from.
I'm considering calling it FoundationsPack. It will include a modules folder containing libs and utils in the form of lua files as well as a main.lua that has been preconfigured to use the aforementioned libs and utils for maximum convenience. Stay tuned, I'll post v1.0 in Projects & Demos soon.
Edit: here it is! http://love2d.org/forums/viewtopic.php?f=5&t=79113
What's everyone working on? (tigsource inspired)
- Zilarrezko
- Party member
- Posts: 345
- Joined: Mon Dec 10, 2012 5:50 am
- Location: Oregon
Re: What's everyone working on? (tigsource inspired)
Here's an update on how slow my progress is.
Next up, maybe actual graphics...
Next up, maybe actual graphics...
- Positive07
- Party member
- Posts: 1014
- Joined: Sun Aug 12, 2012 4:34 pm
- Location: Argentina
Re: What's everyone working on? (tigsource inspired)
It looks amazing, the pathfinding is so smooth that it looks like you had the routes preprogrammed, also it's rather fast so sometimes it wasn't even noticeable, it seemed like he was teleporting, otherwise... AMAZING
for i, person in ipairs(everybody) do
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
- Zilarrezko
- Party member
- Posts: 345
- Joined: Mon Dec 10, 2012 5:50 am
- Location: Oregon
Re: What's everyone working on? (tigsource inspired)
Thanks man, that's very encouraging.Positive07 wrote:It looks amazing, the pathfinding is so smooth that it looks like you had the routes preprogrammed, also it's rather fast so sometimes it wasn't even noticeable, it seemed like he was teleporting, otherwise... AMAZING
Re: What's everyone working on? (tigsource inspired)
added background, modified UI, and something big is comming.
- 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)
Taking a slight break from my RPG I got the idea in my head that I wanted to create a platformer using Bump. So for the past few hours I've been working on this...
I actually coded it inside a blank state in my already existent RPG project to save myself time. Anyways, you can kind of guess what I'm trying to emulate here.
It's still a little buggy with the block picking up and replacing and I only just noticed when I started recording that some blocks weren't being marked as blocks. Either way, it works pretty nicely right now. Bump really made it easy to do too.
Also, you'll notice I wrote an algorithm for minimizing the number of collision boxes by finding large connected groups of like tiles and turning them into a single block instead. (Only for tiles that won't ever change of course.) This was really fun. I had to write it for my map creation in my RPG when I discovered that the world map ended up using so much memory for collisions that the sheer amount of garbage caused Löve to crash. So instead of finding a new collision system, I wrote something I never thought I could.
The physics needs work. I basically took a good look at how it was done in the Bump example. Need to implement more precise platforming controls. Especially for jump height.
Gonna have to implement moving platforms and enemies you can stand on and pick up too.
Oh, by the way, this video is available in 16:10 4K. (Which is the resolution of my display)
I actually coded it inside a blank state in my already existent RPG project to save myself time. Anyways, you can kind of guess what I'm trying to emulate here.
It's still a little buggy with the block picking up and replacing and I only just noticed when I started recording that some blocks weren't being marked as blocks. Either way, it works pretty nicely right now. Bump really made it easy to do too.
Also, you'll notice I wrote an algorithm for minimizing the number of collision boxes by finding large connected groups of like tiles and turning them into a single block instead. (Only for tiles that won't ever change of course.) This was really fun. I had to write it for my map creation in my RPG when I discovered that the world map ended up using so much memory for collisions that the sheer amount of garbage caused Löve to crash. So instead of finding a new collision system, I wrote something I never thought I could.
The physics needs work. I basically took a good look at how it was done in the Bump example. Need to implement more precise platforming controls. Especially for jump height.
Gonna have to implement moving platforms and enemies you can stand on and pick up too.
Oh, by the way, this video is available in 16:10 4K. (Which is the resolution of my display)
Re: What's everyone working on? (tigsource inspired)
Simple game for android
and horror 2D
and horror 2D
Re: What's everyone working on? (tigsource inspired)
Translated title, and got proofread ingame scripts.
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: What's everyone working on? (tigsource inspired)
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
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
- 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)
Some signs of life emerge!
No collision detection for the NPCs yet, nor is there interaction. But they have sprites and move randomly. (Scripting will come in time)
No collision detection for the NPCs yet, nor is there interaction. But they have sprites and move randomly. (Scripting will come in time)
Who is online
Users browsing this forum: Ahrefs [Bot] and 2 guests