- Notifications
You must be signed in to change notification settings - Fork0
An irreverent text-based incremental action role-playing game.
License
kitnato/neverquest
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An irreverent text-based incremental action role-playing game.
- Viewgameplay manual.
- Viewscreenshots.
To run the app locally from source, you will need to use a command-line interface (CLI).
Prerequisites:
- Open the CLI and change into a suitable directory (e.g.
cd neverquest). - Run
git clone git@github.com:kitnato/neverquest.git - Run
cd neverquest - Run
npm install - Run
npm start - Openhttp://localhost:5173 in a web browser.
Afterinstallation, but before committing any changes, do the following:
- In the CLI, go to the project folder (e.g.
cd neverquest). - Run
npm run prepare
Now, every time changes are committed, all the relevant code, markup and style linters & formatters will apply any changes automatically.
The linter config can be viewed in.eslintrc.json and.stylelintrc.json.
- All art assets (SVG icons & images) are sourced from the talentedauthors ofgame-icons.net underCC BY 3.0.
- Font isAoboshi-Regular, licensed underOFL-1.1.
- Monster, item & location names provided by theLOCRAN system underCC BY-NC-SA 4.0.
- Written inTypeScript usingReact.
- UI framework isBootstrap.
- State management library isRecoil.
- Animation library isAnimate.css.
- Build system isVite.
- Code style & linting is provided byESLint, andESLint Stylistic using@kitnato/eslint-config-succinct.
- SCSS linting is provided byStylelint andStylelint Stylistic.
- Automation is provided byHusky andlint-staged.
This work is licensed under aCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
- There is always has something to do
- No arbitrary waiting time, cliffs or walls
- Engaging active gameplay by default
- No need for "skip the grind" mechanics
- Idle gameplay can be unlocked with in-game mechanics
- Incremental progress can always be made
- Little RNG, clear and accumulable paths to upgrades
- No excessive or repetitive clicking
- Decisions are frequent and they have immediate gameplay impact
- High character build variety with a long tail of min-maxing
- Always options to change strategy and try new approaches
- Difficult, but always fair
2. Warren Spector's 6+2+1questions
- What's the core idea? Can you describe the core of the game in 2-3 sentences?
- An incremental action role-playing game, focusing on active player engagement, which can be played in any browser on any system. Exploring and fighting through the hostile world yields its secrets, with the only respite being a gradually growing repertoire of goods and services that enhance, expand and upgrade gameplay.
- Why make this game?
- I want to play it and I can't find anything like it.
- What are the development challenges?
- The amount of my free time I can dedicate.
- How well-suited to video games is the idea?
- It is unique to video games since it requires lots of numerical and state-based computation with ephemeral, randomized encounters.
- What's the player fantasy?
- Ever increasing power and challenge with the freedom to build how said power and challenges are surmounted.
- What does the player do? (What are the "verbs" of the game?)
- Fight
- Loot
- Level up
- Encounter
- Trade
- Has anyone done this before?Clear influences are:
- Diablo, and its sequels - gameplay loop of randomized monster slaying, loot collecting and visiting a town to rest & replenish.
- Dark Souls - difficult one-on-one combat encounters, frequent & normalized deaths and corpse retrieval.
- Progress Quest - the progenitor of all text-focused UI-based incremental games with a swords & sorcery fantasy theme.
- Progress Knight - fantasy incremental game focused on rags-to-riches career progression.
- Kingdom of Loathing - one of the first purely browser-based UI-focused adventure RPGs with an irreverent sense of humor.
- Candybox 1 & 2 - an irreverent UI-based fantasy adventure with 2D world elements heavy on player interaction and with permadeath.
- Crank - user-interaction-driven adventure/mystery game with gradually expanding storyline and gameplay.
- NGU Idle - irreverent UI-based fantasy incremental idle game.
- What's the one new thing?
- Feels like text-based Diablo/Dark Souls hybrid, but it's funny and a web app.
- Do you have something to say?
- Browser games with only text and a GUI can be just as engaging and can have similar gameplay depth to traditional video games without relying solely on simple deterministic incremental progress.
About
An irreverent text-based incremental action role-playing game.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.




