All Projects → EmmaRamirez → nuzlocke-generator

EmmaRamirez / nuzlocke-generator

Licence: other
📃 A nuzlocke template generator.

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nuzlocke-generator

lfz-battle
A clone of Pokemon Fire Red but with programming questions instead of Pokemon
Stars: ✭ 67 (+219.05%)
Mutual labels:  pokemon
Worldopole
Worldopole is a third party extension for RocketMap showing some nice statistics.
Stars: ✭ 89 (+323.81%)
Mutual labels:  pokemon
PokeChat
UNIX compatible, Discord and Telegram inspired, Pokémon-themed instant messaging service.
Stars: ✭ 11 (-47.62%)
Mutual labels:  pokemon
redstarbluestar
An upgrade to Pokémon Red/Blue. Ports graphics and features from the Space World 1997 Gold/Silver prototype.
Stars: ✭ 67 (+219.05%)
Mutual labels:  pokemon
pokengine
An online Pokémon battle system for the web
Stars: ✭ 45 (+114.29%)
Mutual labels:  pokemon
reactcci
React create component interactive CLI
Stars: ✭ 49 (+133.33%)
Mutual labels:  generator
pokepuzzle
Disassembly of Pokémon Puzzle Challenge
Stars: ✭ 37 (+76.19%)
Mutual labels:  pokemon
PokeTraveler
Let's walk through Pokemon World!
Stars: ✭ 122 (+480.95%)
Mutual labels:  pokemon
pokemon-app
A simple Flutter app that lists all the 151 1st generation pokemóns.
Stars: ✭ 17 (-19.05%)
Mutual labels:  pokemon
python-lorem
🐍 Python library for the generation of random text that looks like Latin
Stars: ✭ 19 (-9.52%)
Mutual labels:  generator
proshine
A free, open-source and advanced bot for Pokémon Revolution Online.
Stars: ✭ 53 (+152.38%)
Mutual labels:  pokemon
pmd-gen
Password generator for Pokemon Mystery Dungeon: Rescue Team DX
Stars: ✭ 19 (-9.52%)
Mutual labels:  pokemon
pokemon-go-imagery
No description or website provided.
Stars: ✭ 38 (+80.95%)
Mutual labels:  pokemon
pkmn.help
pkmn.help remembers strengths/weaknesses of Pokémon for you
Stars: ✭ 28 (+33.33%)
Mutual labels:  pokemon
gommon
A collection of common util libraries for Go
Stars: ✭ 26 (+23.81%)
Mutual labels:  generator
pokehooks-labs
A laboratory to use pokemons and do some experiments with React Hooks API
Stars: ✭ 35 (+66.67%)
Mutual labels:  pokemon
styled-svg
A styled-components generator for SVG files to use in react
Stars: ✭ 37 (+76.19%)
Mutual labels:  generator
roadifier
Open Source road mesh generator script for Unity
Stars: ✭ 30 (+42.86%)
Mutual labels:  generator
liferay-starter
Generate & download your Liferay workspace from a webapp.
Stars: ✭ 25 (+19.05%)
Mutual labels:  generator
BFSG
BFSG - BruteForce String Generator 😾
Stars: ✭ 16 (-23.81%)
Mutual labels:  generator

Nuzlocke Generator · Travis Coveralls github Codacy grade GitHub release

https://nuzlocke-generator.com/

A Preview

alt

Running Locally

In order to run this application locally, you'll need NodeJS and Git. After installing those, start by opening the command prompt and running the following commands:

git clone [email protected]:EmmaRamirez/nuzlocke-generator.git
cd nuzlocke-generator
npm install
npm run serve

Note: closing the command prompt will stop the server!

You can also click the Clone or Download button and select to download it as a zip file. You'll then want to use the cd command to navigate to the nuzlocke-generator folder. I'm available on Discord (emma#4085) or through Github issues if you have any questions.

You should find it at localhost:8080. In order to check for updates, run the following

git pull origin master && npm install

And then re-run the server!

Accessing Beta/In-Progress Features

⚠️ Proceed at your own risk! These features can be unstable and could possibly corrupt your data.

First, create a .env file at the root. The following are the current in-use environment variables:

# Determines if the build uses the faster production build or not
NODE_ENV=<'development' OR 'production'>
# Requires a Rollbar account, logs errors
ROLLBAR_ACCESS_TOKEN=<TOKEN>
ROLLBAR_ENDPOINT=https://api.rollbar.com/api/1/item/
# Used for Bug Reporter
GH_ACCESS_TOKEN=<GH_TOKEN>
# Used for future Theme Editor
THEME_EDITING=true
# Used for future Tem Tem support
TEM_TEM_SUPPORT=true
# Lists out new hotkeys
NEW_HOTKEYS=true
# Used for future HoF feature
HALL_OF_FAME=true
# Used for refactored Results view (still very unstable)
RESULT_V2=true
# Used for future data-freeze feature
LOCKS=true
# Used for planned Gen II saves support
GEN2_SAVES=true
# Used for image uploads
IMAGE_UPLOADS=true
# Legacy, tcg images are now enabled by default
TCG_IMAGES=true
# Required for cross-origin images (i.e. sprites mode)
CORS_ANYWHERE_URL=<URL>

Features

  • Record your nuzlocke with a flashy image
  • Save data on each of your Pokémon as a json file
  • Flexible style editing for multiple scenarios
  • Custom moves, rulesets, badges, types, and more!
  • Import from your actual save files!

If you have ideas for features of fixes, please tell me! I want to make this app as useful as possible.

Enabling Sprites Mode in Local Instances

Unfortunately, due to changes in cors-anywhere, you will need to stand up your own instance of cors-anywhere in order to access cross-origin images (anything that comes from a non-nuzlocke-generator URL). After standing up your own server and whitelisting your localhost (you can run this locally as well), you can add CORS_ANYWHERE_URL=<YOUR_URL> to your .env file.

Legal

I don't own Pokemon or any of the images except those of the app itself. All rights belong to their respective parties, including The Pokemon Company International and Nintendo. This application itself independent of copyrighted content is licensed under MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].