Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
onemandevteam
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
onemandevteam
1y ago
Application says its taken down
2.
▲
Show HN: Reconquer Engine – A Full-Stack JavaScript Mmorpg Engine and Game
(github.com)
3 points
by
onemandevteam
1y ago
|
1 comments
3.
▲
by
onemandevteam
2y ago
Congratulations! I've been working on a browser-based MMORPG inspired by OSRS ( https://news.reconquer.online/ ) What method did you use to reach out to streamers for sponsorship? Was it through email or through some oth
4.
▲
Generating Lever-Door Puzzles with JavaScript
(blog.reconquer.online)
22 points
by
onemandevteam
2y ago
|
3 comments
5.
▲
Ask HN: Are YouTube and other Google services this bad, or is it just me?
4 points
by
onemandevteam
2y ago
|
3 comments
6.
▲
by
onemandevteam
2y ago
Yes, game dev and developing software for personal projects. Corporate world is insufferable.
7.
▲
by
onemandevteam
2y ago
It's been pretty stable today since I fixed my email service.
8.
▲
by
onemandevteam
2y ago
Not much compared to just about any completed game, but hopefully the framework is there. You can talk to NPC's and do all their quests/tasks/riddles etc and do the goblin boss fight and quest. There is a lever-door puzzle in
9.
▲
by
onemandevteam
2y ago
Thank you for the offer on the short notice! I ended up getting verified with the other service and am happy to enter have a little stability now. I will check out mailpace though!
10.
▲
by
onemandevteam
2y ago
Chick and egg problem with email providers. Prove you're not spam by having actual customers, then we'll allow you to send more than 100 emails.
11.
▲
by
onemandevteam
2y ago
Just switched to an actual transactional email service so it might actually work for a bit. (oops, still need to get verified to send more than 100...)
12.
▲
by
onemandevteam
2y ago
We need more "fun" places on the internet. It feels so dreary and manufactured most of the time.
13.
▲
by
onemandevteam
2y ago
Turned out to be my email service blocking me for "suspicious activity". Error logs weren't helpful for some reason. I didn't realize my server would crash if it couldn't do an initial connection to the email server
14.
▲
by
onemandevteam
2y ago
Root cause of the issues: Trying to connect to an SMTP service to send OTP's that began to block me after "suspicious activity".
15.
▲
by
onemandevteam
2y ago
Decided to disable email in code and try again. Not too optimistic but we'll see. Signups will fail, logins might still work if everything is cached.
16.
▲
by
onemandevteam
2y ago
Giving up for today. I think I reached a SMTP email limit and that's causing failures elsewhere related to TCP connections. I'll look into it tomorrow. Thank you for all the feedback! There were 5000+ successful logins! I think I
17.
▲
by
onemandevteam
2y ago
Adrenaline rush from firefighting. Just changed some TCP settings. Let's see how she does now.
18.
▲
by
onemandevteam
2y ago
Thank you! I think, like you said, a good strategy will be to keep it fun and hobby-like as long as possible. I can definitely see the business-side of it sucking all my time and energy. I think doing some educational materials will be a wo
19.
▲
by
onemandevteam
2y ago
That's above my paygrade I think. All my logic is rule based at the 600ms tick level. If you pick a berry, each tick take one step closer, then do a pick animation, then add the berry to your inventory and remove it from the bush. The
20.
▲
by
onemandevteam
2y ago
Do you have any suggestions? Your game seemed very popular. Anything you wished you had focused more on?
21.
▲
by
onemandevteam
2y ago
Nice job with Genfanad! That looked like a really neat game. I don't have a good plan for profitability other than try to keep my expenses as low as possible and see if I can find some way to scrape by in a year or two.
22.
▲
by
onemandevteam
2y ago
Sorry about that. I think it's back up. I'm wondering if it hit a TCP limit for the cloud provider or something. My first commit was 15 months ago, but I spent some time doing 3d modeling before that, and lots of other failed proj
23.
▲
by
onemandevteam
2y ago
Strange. Both servers at the system level stopped accepting TCP packets. It might've been my cloud provider trying to mitigate an attack. I guess I shouldn'tve killed the server. Putting it back up now.
24.
▲
by
onemandevteam
2y ago
Looks like there is some sort of DOS attack =(
25.
▲
by
onemandevteam
2y ago
It definitely is. Although I think their development decisions have been really bad and so there's openings for competition.
26.
▲
by
onemandevteam
2y ago
Yeah, one odd mechanic is that other players can block you. Since everyone spawns at the same point, it's possible some people are getting boxed in.
27.
▲
by
onemandevteam
2y ago
It's definitely not bang your head against a wall frustrating. Just a lot of different things to do to make it work. People have said mobile works but I honestly haven't tried it yet. All my devices are too old to work with webgl.
28.
▲
by
onemandevteam
2y ago
It's a very self directed game play. You explore the world, defeat monsters, fight other players, solve puzzles, and complete quests. Some people might focus on leveling up skills, others might just want to do the quests. You can talk
29.
▲
by
onemandevteam
2y ago
Spread the load and go to world 2: https://alpha.reconquer.online/#w2
30.
▲
by
onemandevteam
2y ago
Thank you. I'll add a todo item to add a webgl detector and error handling
More ›