pouët.net

Go to bottom

What JavaScript tools for simple board game programming

category: general [glöplog]
 
My aim is to make some simple board game programming, with portability in mind.
As i understand JavaScript is a solution?

My first test (no board game yet, only testing) led to this: Saute Moutons

At this point i don't like the FireFox devtools i'm using. Maybe i'm not using them correctly... My question is:
What coding tools for simple JavaScript programs ?
added on the 2017-04-27 17:43:29 by baah baah
White sheep must go right, black sheep must go left.
Sheeps can advance one square or jump over another sheep, but can't go backward.
added on the 2017-04-27 17:47:57 by baah baah
I prefer chromes dev tools, that being said there isn't much of a difference between them nowadays, if you're not down to roll your own(which I wouldn't recommend) that's the tools you have, and they're pretty darn good if I may add that. I'd be surprised if anyone who knows his stuff around javascript development has a different opinion.

So without any disrespect, you're probably not using them correctly and need to take the time to get a grasp on them and develop a proper workflow.
added on the 2017-04-27 18:20:08 by LJ LJ
I feared so... ;-)
added on the 2017-04-27 18:25:48 by baah baah
yeah, most browsers have pretty great dev tools nowdays. there are some videos showcasing new things in them, seen a talk at pixelscamp last year showcasing new usage of chrome dev tools, there were some insane features in there that i had no clue about despite using it quite often.
added on the 2017-04-27 22:06:07 by psenough psenough
found the video: https://www.youtube.com/watch?v=KykP5Z5E4kA i'm sure there are other similar videos and tutorials and blog posts about making the most of them.
added on the 2017-04-27 22:07:06 by psenough psenough
Quote:
pixelscamp

*giggle*
added on the 2017-04-27 22:33:23 by Gargaj Gargaj
Jesus H Christ that took me way too long to solve.
added on the 2017-04-28 14:03:20 by bloodnok bloodnok
Quote:
Jesus H Christ that took me way too long to solve.


this is doing my nut, any tips before I scream?
added on the 2017-04-28 17:16:32 by spiny spiny
Interleave them :)
added on the 2017-04-28 17:36:27 by Gargaj Gargaj
yeah, worked it out now :)

BB Image
added on the 2017-04-28 17:39:16 by spiny spiny
Thank you LJ and psenough for the hints... Will have to stop blaming devtools then! ;-)
@bloodnok and spiny: my pleasure
added on the 2017-04-28 19:27:55 by baah baah
modified the link for Saute Moutons
added on the 2021-12-17 09:44:47 by baah baah
Quote:
modified the link for Saute Moutons



man, I've just spent half an hour on that until I figured out the right moves again :D :D
added on the 2021-12-17 15:55:36 by spiny spiny
Heh, surprisingly difficult (and fun)...
added on the 2021-12-17 18:15:31 by kusma kusma
I did it!
added on the 2021-12-18 17:59:01 by wabe wabe

login

Go to top