npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

biblic

v1.0.22

Published

An interactive biblical text adventure game with moral teachings and challenges

Readme

Biblic Game

An interactive biblical text adventure game with moral teachings and challenges.

REPO: https://github.com/freddysae0/biblic

Biblic Game Noah Jose Jose

Description

Biblic Game is a command-line interactive text adventure that brings biblical stories to life through engaging narratives, meaningful choices, and educational challenges. It combines storytelling with moral teachings and spiritual lessons, allowing players to experience famous biblical stories in a new and interactive way.

Players can make choices that affect their character attributes like faith, wisdom, courage, and more. After completing each story, they'll be tested with challenge questions to reinforce their understanding of biblical teachings.

Installation

Prerequisites

  • Node.js (v18.0.0 or higher)
  • pnpm package manager (recommended)

Installation Steps

  1. Just run:
    npm install -g biblic

How to Play

Starting the Game

You can start the game by simply typing:

biblic start

Or use one of the available commands:

biblic start    # Start the main menu
biblic list     # List all available stories
biblic progress # View your progress
biblic reset    # Reset your game progress
biblic help     # Display help information

Gameplay

  1. Select a Story: Choose from available biblical stories or let the game randomly select one for you.

  2. Make Choices: Throughout each story, you'll face decisions that affect your character's development and the narrative flow.

  3. Learn Lessons: After completing a story, review the moral teachings and biblical references.

  4. Test Your Knowledge: Answer challenge questions to test your understanding of the biblical narrative.

  5. Track Progress: Your progress and character attributes (faith, wisdom, etc.) are saved between sessions.

Available Stories

  1. David and Goliath: Face the giant Philistine with faith and courage.
  2. Joseph and the Coat of Many Colors: The journey of a dreamer who overcame betrayal and rose to power through faith and forgiveness.
  3. Noah's Ark: Experience the great flood and God's covenant with Noah.
  4. More stories to come!

Game Features

  • Interactive Storytelling: Experience biblical narratives with meaningful choices
  • Character Development: Grow in faith, wisdom, courage, and other attributes
  • ASCII Art: Visual elements enhance the storytelling experience
  • Sound Effects: Simple terminal bell sounds at important moments
  • Progress Tracking: Save and resume your journey
  • Bible Teachings: Learn moral lessons and spiritual insights
  • Challenge Questions: Test your understanding of the stories

Extending the Game

Developers can easily add new stories by:

  1. Creating a new JSON file in the src/stories directory following the established format
  2. Adding ASCII art files in src/assets/ascii
  3. The game will automatically detect and include the new story

Requirements

  • Node.js (>= 18.0.0)
  • Terminal with UTF-8 support
  • Basic keyboard navigation

Credits and Biblical References

This game is based on stories from the Bible. It aims to be educational and respectful of biblical narratives while making them interactive and engaging. Any liberties taken with the narratives are for gameplay purposes only.

License

ISC License

Contributing

Contributions are welcome! Feel free to:

  • Add new biblical stories
  • Improve ASCII art
  • Enhance gameplay mechanics
  • Fix bugs or improve performance

Please submit a pull request with your changes.