Most active commenters
  • IdreesInc(8)

191 points IdreesInc | 32 comments | | HN request time: 0.883s | source | bottom

I made a simple open-source letter editor inspired by Animal Crossing NH. Took me forever to look over each card, but I'm quite pleased with how it turned out. You can even click the bottle in the bottom right to see a random letter design shared by other users! Now to see how long it stays up...

Check out the source code here: https://github.com/IdreesInc/Animal-Crossing-Letter-Generato...

1. viraptor ◴[] No.45073394[source]
An older version (and lots of other pixel-perfect customisable screens) is also available from the Death Generator: https://deathgenerator.com/#acww
replies(2): >>45073776 #>>45079913 #
2. sakesun ◴[] No.45073421[source]
Love this ♡ Thanks for building it.
3. cybrjoe ◴[] No.45073718[source]
this is super cute. i’m going to use it for notes to my kids. thanks for creating it!
4. 0rangemang0 ◴[] No.45073769[source]
This was really fun, and instantly brought me back to my island. The share message function is also super cute, but looking at the code, all the bottle messages seem to be preprogrammed in bottles.json?

I guess moderation would be a nightmare. Are the bottle messages actually stored or sent anywhere?

replies(2): >>45073932 #>>45079672 #
5. kaeruct ◴[] No.45073776[source]
To be fair that's not the same at all. This one looks like the message boxes that appear during gameplay, while the submission is only about the letters you can send/receive in the game.

They complement each other nicely though.

6. deadbabe ◴[] No.45073932[source]
The messages are suspiciously wholesome, I don’t think they are from other users at all.
replies(1): >>45074429 #
7. Multicomp ◴[] No.45073995[source]
I was just able to write a thank you letter to my sister for having me over to her house last night using this and having sent her that letter I leave very impressed.

I know she will enjoy it because we both have loved animal crossing since the original US version came out and we were given a copy in 2005.

Thank you for making such a delightful tool that both works with the nostalgia of those game consoles, yet has a much better UX for mobile phone use!

replies(1): >>45079922 #
8. ◴[] No.45074149[source]
9. ◴[] No.45074155[source]
10. siliconpotato ◴[] No.45074297[source]
stationary means not-moving

stationery means envelopes and letters and stuff. you can remember this as "E for envelope"

replies(3): >>45075088 #>>45079839 #>>45080780 #
11. 0rangemang0 ◴[] No.45074429{3}[source]
Yeah all the messages you get are preprogrammed from a bottles.json file. At first I was pleasantly surprised at how wholesome the messages were..
12. jeff-hykin ◴[] No.45074887[source]
For a full experience, you could combine this with animalese! A library that makes animal crossing talking sounds in the browser. https://github.com/jeff-hykin/animalese
replies(1): >>45079793 #
13. catlifeonmars ◴[] No.45075088[source]
Does this make a mailed letter “nonstationary stationery”?
replies(1): >>45077652 #
14. p_ing ◴[] No.45075213[source]
How Animal Crossing letters work:

https://youtu.be/8VbwWVvw-zI

15. rucury ◴[] No.45075707[source]
Such a fun project! ACNH's font is so pleasing to look at. Also, thanks for linking to the source code.
16. egypturnash ◴[] No.45075987[source]
Is dropping cr's on the floor when compressing it into a link deliberate or accidental? 'Save as image' keeps them.

https://acmail.idreesinc.com/#/share?card=Beach&start=BYUwng... vs https://bsky.app/profile/urnash.com/post/3lxmz6vpcy22g

replies(2): >>45076379 #>>45079820 #
17. llbbdd ◴[] No.45076379[source]
I don't know what I was expecting but this cracked me up
18. socalgal2 ◴[] No.45077219[source]
Nice! It seems it would be more likely to stay up if it wasn't called "Animal Crossing" Letter Generator and if it didn't have "Tom Nook" all over it.

In any case, thanks. I sent me sister a letter as she loves Animal Crossing

19. echelon ◴[] No.45077224[source]
I irrationally abhor a lot of what Animal Crossing is. The aesthetic is really cute and charming, but it's the closest thing to a real work simulator I've played. It is at least partially responsible for making me aware that all game loops are essentially just busy work masquerading as dopamine and cognition sinks.

All of that said, I absolutely love what you've done here. I said all of that negative stuff in preface because what you've done is provided the missing element Nintendo is too afraid to -- other people! The fact that you're sharing these anonymous notes with other people is incredibly charming and it's what Animal Crossing desperately needed.

This looks incredibly slick too. Your design skills are top notch!

(The fact that Animal Crossing asks you to write letters to the dumbest NPC AI and gives you occasional token rewards is downright depressing. It's cookie clicker level stuff.)

20. jagged-chisel ◴[] No.45077652{3}[source]
Only while in transit. Otherwise, it’s stationary.
21. jordanscales ◴[] No.45078119[source]
Fantastic work! I briefly explored poking around NDS roms to get the fonts and images out to build something like this.
22. pmkary ◴[] No.45078164[source]
Your designs are so god damn beautiful. Thanks a lot for this.
23. IdreesInc ◴[] No.45079672[source]
I'm so glad you enjoyed it! And yes the messages are sent to me, no worries. Submitted messages are sent to an AWS API Gateway endpoint for rate limiting and then to me. I then manually commit the ones that are not rude and don't include identifying info/don't seem to have been submitted by mistake! I have a couple of reasons for manually committing them rather than using a simple DynamoDB database or something. First, since I have to moderate through the messages manually anyways, it's about the same amount of effort tbh. Second, I wanted the messages to be available forever and having them committed allows for people to save them in the future should they wish to!
24. IdreesInc ◴[] No.45079793[source]
Wait that is actually brilliant, great idea!
25. IdreesInc ◴[] No.45079820[source]
So that's what's happening, thanks for the heads up! I wonder why it's working on my machine, maybe the whole Mac vs Windows line breaks thing. Made a ticket for it, thanks again: https://github.com/IdreesInc/Animal-Crossing-Letter-Generato...
26. IdreesInc ◴[] No.45079834[source]
Hello all! I posted this last week and didn't realize it would stay in the moderation queue for so long, so imagine my surprise when I started getting notified for so many messages today! Thanks for all of the lovely messages thrown into the sea, I've parsed through today's batch and pushed through the moderated ones. Hope you all continue to enjoy the project!
27. IdreesInc ◴[] No.45079839[source]
Oh thanks for the heads up, never knew that. Now to fix all the places I misspelled it...
28. IdreesInc ◴[] No.45079913[source]
Thank you for sharing that! I had originally started this project with the intention of making an editor for the "mail" from Pokémon G/S/C before I decided to focus on Animal Crossing instead. It's cool to know that I'm not the only one interested in that sort of thing, but shame that they never added the mail from that game.
29. IdreesInc ◴[] No.45079922[source]
Thank you! Especially for noticing the mobile UI, I'm always the worst at those so I'm glad to see it worked out!
30. ShawWang ◴[] No.45080449[source]
love this,thank you for your work on this project
31. AndrewOMartin ◴[] No.45080780[source]
Funnily enough, I think this is because in Medieval times the most common state for traders and merchants was to be mobile and traveling. It was only the guys selling stuff to universities (like the medieval equivalents of ink, pens, paper, envelopes) who had such a valuable and regular customer that they could afford to set up a station[ae]ry shop!

Now I write it out sounds unbelievable, and I can't think of a reputable source, but I've been telling this story for years.