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
- Host: GitHub
- URL: https://github.com/allanocelot/eveflash
- Owner: AllanOcelot
- Created: 2023-01-15T22:01:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T20:53:59.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:16:52.785Z (5 months ago)
- Topics: eveonline
- Language: Vue
- Homepage: https://www.eveflash.com
- Size: 491 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```