Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uscneps/discordbot-animalcrossing-villagersimulator

Discord Bot that simulates animal crossing new horizon villager gameplay through slash commands. User can fish, catch bugs, meeting villagers, check inventory and so on.
https://github.com/uscneps/discordbot-animalcrossing-villagersimulator

animal-crossing animal-crossing-new-horizons discord discord-bot discord-js game-development nintendo-switch

Last synced: about 2 months ago
JSON representation

Discord Bot that simulates animal crossing new horizon villager gameplay through slash commands. User can fish, catch bugs, meeting villagers, check inventory and so on.

Awesome Lists containing this project

README

        

Animal Crossing Simulator Discord Bot







tomnook

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![version](https://img.shields.io/badge/version-1.0.1-yellow.svg)](https://semver.org)

## About The Project
NOT-OFFICIAL bot created for fun and learning purposes, that simulates animal crossing new horizon villager gameplay through discord commands. User can fish, catch bugs, meeting villagers, check inventory and so on.

## next updates

- ✅ Connect a DB
- ❌ Villager could airdrop items
- ❌ Lost & Found box
- ❌ tomnook shop & Bell System
- ❌ build house
- ❌ trade beetween users in the discord channel

It's still in development, if you wanna contribute text me 🌻 !

### Built With
* [Discord.js](https://discord.js.org/#/)
* [acnhapi](http://acnhapi.com/)
* [undici](https://github.com/nodejs/undici)

## Getting Started
Start the server, after created config.json or env file with token,client id, guild id attributes :
```sh
npm i
nodemon
```

## Usage

### Fishing more than 80 Fish every 30 minutes (to simulate seaching phase)




GoldFish | Tuna
:-------------------------:|:-------------------------:
![](https://user-images.githubusercontent.com/38867931/195295616-73dc4e3a-626a-4c0b-b2e3-b783541b993a.png) | ![](https://user-images.githubusercontent.com/38867931/195295609-16cc1274-bf60-496b-9761-fb4351372fce.png)





### Catching more than 79 Bugs every 30 minutes




Atlas Moth | Beetle
:-------------------------:|:-------------------------:
![](https://user-images.githubusercontent.com/38867931/195288061-90029710-7d84-4d6e-a963-004da234f44e.png) | ![](https://user-images.githubusercontent.com/38867931/195288068-e06551e9-2d2f-4377-91ff-cf8ee330b763.png)




### Meet more than 400 Villagers , in the next relase will airdrop items (sometimes)




Punchy | Tex
:-------------------------:|:-------------------------:
![](https://user-images.githubusercontent.com/38867931/195286125-27efc819-a762-43eb-9021-21b452d16b61.png) | ![](https://user-images.githubusercontent.com/38867931/195286139-61784473-c0ef-44af-a5a3-34ed6482508b.png)




### system features

Inventory | Help Command
:-------------------------:|:-------------------------:
![](https://user-images.githubusercontent.com/38867931/195138925-34cb9e05-6bcb-4a19-a76a-7744fbdcb141.png) | ![](https://user-images.githubusercontent.com/38867931/195283579-558fcdbd-f75a-4c24-8cb1-93b0f119b102.png)

## About Nintendo & Animal Crossing
As i said this bot is not an official bot created by nintendo , suport the company buying Animal Crossing,Animal Crossing is a social simulation video game series developed and published by Nintendo. The series was conceptualized and created by Katsuya Eguchi and Hisashi Nogami.

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again! ❤️

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Contact

Matt - [github](https://github.com/MatteoLeonesi) - [email protected]

back to top