Yo! You can call me Glace, I like pokémon.
I realized that there wasn't a repldb client for ruby yet, not sure if this qualifies as one, but if anything it makes repldb easier to use.
All inst
Ruby
Ever need a stupid name for your pokémon or a random character in a story your writing? No?
Me neither, but that didn't stop me from making this progr
Node.js
So, I've been building a game for a while, and one of the hardest things for me was building the maps, so I started on this project. It's still not as
Node.js
I added a whole lot to the engine, and it can do a lot more now, from using skills in battle to inventories. Check it out!
The instructions are inside
Can we get a console clear command for JavaScript? It would be really nice especially since I am making a text-based game engine and i would like it
This is my second repl I'm sharing on here and I hope it will be used at least a little, I give to you RPG Maker CE beta.
For those of you not famili
I was bored so i made this, I might add to it in the future but it isn't anything serious.
How To Use
Nano.js comes with only a few functions to try
wondering how to set up a JSON database and how to read it in JS
heyitsmarcus First off, great question!
I believe you are talking about NodeJS, just given some of your repls in your profile, so I'm going to show a solution that I use (and love) in NodeJS.
A great JSON database is NeDB which makes it a piece of cake to work with JSON data. It is almost a duplicate of MongoDB which means that it is a NoSQL database. You can save, load, query, etc. all kinds of data. Here's a simple example of storing some JSON data into the database and then retrieving it: https://repl.4 years ago
this is my game, probably wont win but thought id submit anyways, i added some easter eggs, so try random things to find them!
https://guess-the-numbe
I would like to know how to use express
if you have any suggestions please, comment them down below
Vandesm14 Having some positive experience with Nodejs,
I will first ask the most important question: What is your skill level with Javascript? And I don't mean A+ or 6.5, I mean what programs have you made that you are proud of, what problems or questions do you have with JS?
Nodejs is just javascript, but with a bit more complex functions and thought behind it. Not saying it's hard, just saying it will be a bit different. First of all, you'd need some idea of how a web server works. The basics always sh4 years ago
if you try to get diferent walls for your faction if you look at your faction it will show that you have the walls that you bought but when you try to
minecraft factions but texted based! if you have any feedback good or bad will be appreciated!
so i have this class called Player and when a function is called i want it to create a new object any suggestions? also you will have to play the game
HappyFakeboulde Can you be a bit more specific and give a link to what you've already tried?4 years ago
HappyFakeboulde Can you be a bit more specific and give a link to what you've been trying so far?4 years ago
https://repl.it/@Nanowrimoijk/NavyblueMuffledDatalog
(line 88) so i want Item to be added to inventory amount number of times but i cant get it to wo
Geocube101 You could use a for loop to add the same element over and over until the loop is completed.
`for (a=0;a<amounttoadd;a++)
{
inventory_array.push(item);
}`4 years ago