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

https://github.com/allanocelot/eveflash

A minigame to improve your knowledge of Eve Online Ships
https://github.com/allanocelot/eveflash

eveonline

Last synced: 3 months ago
JSON representation

A minigame to improve your knowledge of Eve Online Ships

Awesome Lists containing this project

README

        

# EveFlash
EveFlash is a web based 'Flashcard' minigame for learning the ships of Eve Online.
If you've ever been on a fleet - and someone has shouted over comms 'We have three thrashers on D-Scan' and you don't know what that is.... Maybe a couple rounds of Eve Flash will help you.

The idea is to expose you to the Ships in a FlashCard style game, once you've learned the ships, you will better understand their strengths and weaknesses.

### Current Version (2) features:
- The basic mini game functions with minimal ship data ( Mostly Minmatar )
- There's a difficulty/length and faction selection settings component in place.
- It looks neato.

### Next Version MVP :
- Complete factional data for the 'big four'

### Long Term Feature Roadmap
- Leaderboard
- 3D ship view
- Ship data with ALL Eve online ships
- Different difficulties will require different inputs / questions. ( i.e - what type of tank does this ship have )
- Link Ship Data to EveWiki if people wish to learn more (?)

## To Contribute:
I'm always eager for people to contribute, I'd be especially thankful if people wish to correct ship data.
Pull this repo down locally, then navigate to the directory and run either

```
# yarn
yarn

# OR

# npm
npm install
```

This will set up a local instance of EveFlash for you.
Note: images are not stored in the repo, and are stored on the server.

### Compiles and hot-reloads for development

```
# yarn
yarn dev

# OR

# npm
npm run dev
```