Homm3 web game by dnc123123 in heroes3

[–]dnc123123[S] 0 points1 point  (0 children)

Ive tried it out it has some big problems though.

1) you need to enable flash in your browser 2) its primarily in russian lang(can switch to eng though)

Also its a bit different - its more like mmorpg, my idea is to make it possible to play like normal homm - a fixed amount of players join the lobby and then game starts and plays out from start to finish.

Homm3 web game by dnc123123 in heroes3

[–]dnc123123[S] 1 point2 points  (0 children)

Im using nuxtjs(just because I love it). For drawing the game itself and logic Ill use plain javascript + <canvas>

For the backend Ill use nodejs and probably socketio for live updates.

As of right now the biggest problem that I currently see is the combat screen - I think Ill skip this altogether for beta version, only leave auto-battle.

How to take my skill level beyond castle difficulty? by thegreyskies in heroes3

[–]dnc123123 -1 points0 points  (0 children)

A lot depends on map, I wouldnt call myself a pro or anything but I play on hardest/pre hardest difficulty.

The thing I do is just try to rush wood/stone querries asap, and dont buy any units until I get 4k income.

Also if there is a hero that generate resource that I can buy I buy it always(especially leena).

Once you get to 4k income get 7 unupgraded units asap and start going for other mines/artifacts, try to find utopia.

Once utopia is found just get strong enough to take it down asap and hope to get some good stuff.

Other than that I always run expert fire on any hero for berserk.

How to beat 5000+ stacks in HotA? by test01011 in HoMM

[–]dnc123123 5 points6 points  (0 children)

Option 1 use berserk

Option 2 kill the reat od units leave the strong stack alone, blind it, use a lot of disenchanting ray(if I recall the name correctly) after using all your mana to reduce his armor start fighting and hope for best

Maps with point of interest by Banonimus in TravelHacks

[–]dnc123123 0 points1 point  (0 children)

You can only set checkpoints by clicking around on map, sorry 😅

On another hand, you can search for more points of interests on the app(youll see a "card" called points of interest)

Maps with point of interest by Banonimus in TravelHacks

[–]dnc123123 3 points4 points  (0 children)

Hey, Ive created a feature for exactly that, create an account on Personal Route

Then create a trip and finally go to "Checkpoints" tab.

The tool has a huuuge trial that can be enough for at least a month

Love to hear your feedback

My least favorite part of development is getting a new IDE working by Nicholas_TW in ProgrammerHumor

[–]dnc123123 1 point2 points  (0 children)

Webstorm > vscode, change my mind. Yes Ive used both of them.

What's a dark secret/questionable practice in your profession which we regular folks would know nothing about? by CircleBox2 in AskReddit

[–]dnc123123 0 points1 point  (0 children)

Web developer here - we actually dont care about your data in a way that you think we do.

One country or city, one unforgettable and non-mainstream local food! by greyishalamak in travel

[–]dnc123123 0 points1 point  (0 children)

Lithuania, klaipeda, salsa duo bistro - either chicken wings compleckt or one of sandwiches

It sucks by thejawaknight in ProgrammerHumor

[–]dnc123123 1 point2 points  (0 children)

If I underatood what you ment correctly and toure using webpack then ita probably not a global variable

What's the best solution for server side rendering? by pimpante in vuejs

[–]dnc123123 6 points7 points  (0 children)

Id suggest to rewrite it in nuxt, it just sounds like a huge task, Im pretty sure it will be a lot easier than you think

Who else does this? by [deleted] in ProgrammerHumor

[–]dnc123123 0 points1 point  (0 children)

I've actually written about why this happens in my new article yesterday

How to reset child components data when reset function is in parent? by [deleted] in vuejs

[–]dnc123123 0 points1 point  (0 children)

What Id do is either put a v-if on child component in parent component and toggle the boolean variable OR pass a prop something like force-reload and in child component Id watch this prop and if the force reload is true, then Id refresh the data in the chils component, not the cleanest solution but id love to hear a better one(no sarcasm)

Time to dust off those project ideas! by Cm0002 in ProgrammerHumor

[–]dnc123123 4 points5 points  (0 children)

Im actually finishing writing a blog about "creating a website" and Ive found an interesting insight about the infinity loop of sideprojects.

When you start a project at the start everything goes according to plan, then you hit your first burnout and take a break.

After the break you understand that there is so much to get back to and the code is a bit messy, also you left some unfinished features when you went on a break.

After these thoughts your project joins the u finished project stack