Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-delta-dojo

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-delta-dojo

Sharpen your code review skills with CLI-DELTA-DOJO, the terminal-based JSON comparison game

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

Short Descriptions

  1. CLI-DELTA-DOJO: Test your JSON diff skills in this hacker-inspired terminal game.

  2. Spot the difference in JSON snippets against the clock with CLI-DELTA-DOJO.

  3. Sharpen your code review skills with CLI-DELTA-DOJO, the terminal-based JSON comparison game.

CLI-DELTA-DOJO

CLI-DELTA-DOJO is a terminal-based game that challenges users to spot differences in JSON snippets. It simulates real-world scenarios of code reviews and data comparison.

Features

  • JSON difference spotting game
  • Terminal-based interface
  • Dynamic difficulty levels
  • Time-based challenges
  • Score tracking

Requirements

  • Node.js (v12.0.0 or higher)
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/cli-delta-dojo.git
    
  2. Navigate to the project directory:

    cd cli-delta-dojo
    
  3. Install dependencies:

    npm install
    
  4. Make the script executable:

    chmod +x index.js
    

Usage

Run the game:

./index.js

Follow on-screen instructions:

  • Press SPACE if JSON snippets are the same
  • Press ENTER if JSON snippets are different

Difficulty Levels

  • NOVICE: 1-2 changes, 30 seconds
  • ADEPT: 2-3 changes, 25 seconds
  • EXPERT: 3-4 changes, 20 seconds
  • MASTER: 4-5 changes, 15 seconds
  • CYBERPUNK LEGEND: 5-6 changes, 10 seconds

Difficulty increases with consecutive correct answers.

License

This project is licensed under the MIT License.

FAQs

Package last updated on 22 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc