Advertisement

My first RPG game in javascript

Started by September 12, 2018 06:53 PM
2 comments, last by xaddrian666 6 years, 2 months ago

Hello, i want to share my project with others just for not being the only person who knows about it :)

I think i'm not completely beginner, so i decided to try some game. I'm still learning game mechanism so probably this project is for testing purposes.

I started as a website developer so i am coding in javascipt. Of course i will learn new real programming languages like C++ or java but probably in near future. For now js is enough for me :)

This is my first video from the game just to show features i've made. It was recorded some time ago, so there's more small features now, just need to record new video :)

Please let me know what you think about it(don't look at rpg maker textures, it's for testing purposes, ofc in official release i will made my own txt) and what features would you like to see in the future.

P.s: sorry for my bad english, i'm still learning(and for no HD in video :D)

Link to video(Youtube)

I gather the art is placeholder art and is from somewhere else, so I won't comment on that part, but the functionality looks good. Will there be a playable demo at some point?

Quote

Of course i will learn new real programming languages like C++ or java but probably in near future.

I wouldn't get too hung up on what is and isn't a 'real' language - JS is as real a language as any, I think. Even if you were to eventually create an engine in another language (e.g. C++ or Java), for a game like this you'd likely want a scripting system anyway, and JS would be a valid option for that.

Advertisement
Quote

Will there be a playable demo at some point?

Yeah. For now there is nothing to do in game so when i made some battle and leveling system i will release it :)

I made better quality video with few more small features. Even some of them are visible at the video, but the greatest change for me is the new game loading mechanism using promises, cause game wasn't loading sometimes(some functions were executing before another function wasn't ready).

New video(Youtube)

Btw game has multiplayer using websockets in node.js :)

This topic is closed to new replies.

Advertisement