Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

hi, im also a web dev in my company.

there are some games made in pure html+css+js and a backend behind. I love this kind of architecture because you can change client (other interface, better graphics) and game still work.

btw for many advances gendres of games your life will be a lot better using an engine (unity, unreal, rpgmaker).

Some smaller ideas could be done with only libraries (phaser, aframe, ...). More easy than a full engine but need to know what you are doing.

IA is a powerfull tool today but also need to know what IA is doing, or your proyect will be hard to add features in future.

Finally, if you are starting, dont worry about licenses, or legal stuff (im from latam :P). Your game will not generate a lot of money so dont worry about that. Is better practice with a lot of external solutions to have an idea about how do stuff.

An example is https://teamwood.itch.io/super-auto-pets
Very know game where players "create" a formations and send it to server. The server do a match with another formations sended by other players in the past and return to player the played match. Is like a multiplayer in real time but opponent in no real time. I think many auto-battles games are like that.
You dont need an engine to do that, only html+css+js+backend/database

im also doing a game now with the same idea using free database and phpserver services.

Finally 2, like dream say, start small. Maybe only do a mechanic and play with it. Many people waste a lot of time doing all levels and art and dialogues and "visual stuff" but later they can't spend three days making the character jump and the proyect never end.

Happy to see another web dev around here! Thank for sharing and showing me that game.  I have some experience with Blender and 3D modeling and I like it a lot, so I'm starting with simple 3D games using Unity and go from there.

At some point, I will take a look on how to setup databases for the games and create some cool stuff. Thank you!!!

(+1)

with the super auto pets idea i do an auto battle mini futbol/soccer: https://prograbruta.itch.io/autocoach

to itch i upload a client: https://github.com/dyachan/autocoach

https://supabase.com/ give me a free database

https://render.com/ give me a free server where i upload the backend: https://github.com/dyachan/estadisticas

so the idea is that people can create a formation, share it and simulate a match with others shared formations.

This is very cool! Thank you for all the details.