I can counter-recommend Kenney's game assets, it's got sprites, buildings, terrain, backgrounds, top-down, side-on, isometric... Lots of variety for different genres and settings, too.
I always wondered why art is never licensed like software. There is a plethora of free software but I thought very little similarly licensed art. In fact, I think it's just that I wasn't looking. There's lots of it around.
Thank you for sharing.
tuzemec 5 days ago [-]
Nice!
A couple of years ago, I tried something in that direction[1] using Phaser[2], and it was quite fun. I used Tiled Editor[3] to create the map and some pixel art that I purchased from itch.io.
Tiled is really great. I'm using it in a project that I occasionally poke at as well, only with Love2D, and as a sidescroller sort of project. I was impressed by how easy it was to set it up to work with my game in spite of how generic it is.
The functionality to export directly to lua source files was a particular treat, though there are probably situations where you'd want to still just use json or one of the other formats supported by Tiled even when working in a lua project.
It's a bit vague in some places (I'm still not exactly sure how parallax is supposed to be implemented) but absolutely worthwhile.
Froztnova 5 days ago [-]
I'm not sure if it's the proper method, but I actually did implement parallax in my project, though I just did it by essentially creating a layer which I marked as parallax and then had my game draw it with a parallax offset from the rest of the map depending on the camera position.
> These were by far one of the most time intensive art assets to make for this project but I’m happy with the results.
> This was another time intensive task but I’m happy with how they turned out.
I kind of read past these comments (and a couple other similar ones) at first but looking back I realized how nice it is to read something like this. It's like, yep, I did something that was kind of hard and took a while, but it was worth it because I feel like I did a good job. I feel like this is something that's sadly getting replaced by "Well, this isn't the greatest because AI did it for me, but who cares, at least it was quick."
Fun article!
rdm0rris 5 days ago [-]
Anyone else looking for a rocket propelled grenade guide?
dudeinjapan 4 days ago [-]
I was expecting an excerpt from the Anarchist Cookbook
Awesome. I while ago I was playing around some JS graphic/game engine/frameworks and came across Kaboom (now Kaplay) and it stroke me as a really different approach to the whole thing. I am now again playing with it and it's really impressive and fun.
Also, thank you for you tutorials. I have stumbled on some of them too.
I have spare black powder. Time for a weekend project.
AmbroseBierce 5 days ago [-]
I bet "spare black powder" is one of those sentences that automatically puts you in some kind of list at some 3 letter gov agency.
JodieBenitez 5 days ago [-]
It's fine, my country only has 4 letters gov agencies ^^
AmbroseBierce 5 days ago [-]
"Señora Benitez venga con nosotros... Que? A mi no me importa cuántas letras tiene nuestra agencia? Inhalar tanta pólvora a debido de afectarle el cerebro!"
JodieBenitez 3 days ago [-]
That's funny but nope, not this country either. Anyway my stock is below the legal limit.
hammock 5 days ago [-]
In my head I had already envisioned a bundle of matchsticks being lit and launched out of a pvc tube !!
mhd 5 days ago [-]
Next step, programmming and RPG with RPGs in RPG.
boznz 5 days ago [-]
I made a small Role playing game for a random game night. No code required, just a printer, a few friends, some beer or wine and the ability to not take things seriously. Highly recommended. [https://rodyne.com/?p=2855]
nonethewiser 5 days ago [-]
the google docs link is broken
i scanned the site and pdf. looks cool
boznz 4 days ago [-]
whoops! sometimes I'm my own worst enemy.
mclau153 5 days ago [-]
Anything along the lines of Dragon Quest would be greatly appreciated, Nintendo recently re-mastered Dragon Quest 1 and 2 as the formula is so impressive it still holds up
christophilus 4 days ago [-]
I never played them, though I played Squaresoft games of that era. What is the formula?
HugoDz 4 days ago [-]
Great! I've made web-based map editor for such web-based games (exporting maps to JSON): https://www.spritefusion.com/
anonymousiam 5 days ago [-]
The author should disambiguate his title. I had to click to see if the post was about making a role playing game, or a rocket propelled grenade.
goody71 5 days ago [-]
Thanks for sharing. Hadn't heard of Kaplay. Loved how you broke-down your process.
I also enjoyed your pixel art tips for programmers.
ohboyhereitgoes 5 days ago [-]
Interesting read, no doubt, but the whole thing seems to be building up to this cool mash-up of concepts from a myriad of RPGs only for it to end up being… Undertale redux.
Not a bad job in the slightest, but fairly underwhelming.
stuckinhell 5 days ago [-]
I'd love a 3d version of this
prewett 5 days ago [-]
I think "3D" and "1-2 month project" are incompatible. 3D is a big mess to do anything, whereas it's easy to blit some sprites.
butlike 5 days ago [-]
Yup. Collider/mesh math is where the really esoteric, fun-killing bugs start to be introduced. 3D is cool, but on another level (hehe, literally).
Madmallard 4 days ago [-]
Just use spheres
faebi 5 days ago [-]
They had us in the first half, not gonna lie.
Rendered at 09:05:03 GMT+0000 (Coordinated Universal Time) with Vercel.
https://lpc.opengameart.org/
There's also a character generator with plenty of options to choose from:
https://liberatedpixelcup.github.io/Universal-LPC-Spriteshee...
https://kenney.itch.io/kenney-game-assets
I always wondered why art is never licensed like software. There is a plethora of free software but I thought very little similarly licensed art. In fact, I think it's just that I wasn't looking. There's lots of it around.
Thank you for sharing.
A couple of years ago, I tried something in that direction[1] using Phaser[2], and it was quite fun. I used Tiled Editor[3] to create the map and some pixel art that I purchased from itch.io.
[1] - https://story.tuzemec.com (not very mobile friendly)
[2] - https://phaser.io
[3] - https://www.mapeditor.org/
The functionality to export directly to lua source files was a particular treat, though there are probably situations where you'd want to still just use json or one of the other formats supported by Tiled even when working in a lua project.
It's a bit vague in some places (I'm still not exactly sure how parallax is supposed to be implemented) but absolutely worthwhile.
https://doc.mapeditor.org/en/latest/manual/layers/#parallax-...
These docs do seem to go more in depth about the canonical values related to parallax that Tiled offers though.
> This was another time intensive task but I’m happy with how they turned out.
I kind of read past these comments (and a couple other similar ones) at first but looking back I realized how nice it is to read something like this. It's like, yep, I did something that was kind of hard and took a while, but it was worth it because I feel like I did a good job. I feel like this is something that's sadly getting replaced by "Well, this isn't the greatest because AI did it for me, but who cares, at least it was quick."
Fun article!
Also, thank you for you tutorials. I have stumbled on some of them too.
or
https://www.military.com/defensetech/2015/10/12/raytheon-dis...
i scanned the site and pdf. looks cool
I also enjoyed your pixel art tips for programmers.
Not a bad job in the slightest, but fairly underwhelming.