Getting Started with Gole
This guide walks you through the fastest ways to explore, test, and integrate the Gole Number System into your applications.
Step 1: Understand Gole Fundamentals
Before writing code or downloading apps, familiarize yourself with how Gole encodes numbers:
- Read the What is Gole? page for a complete breakdown of Gole numbers and Gole symbols.
- Try out the interactive Decimal to Gole Conversion to convert any decimal number into its corresponding Gole number in real time.
Step 2: Install Developer NPM Packages
If you are a React developer, you can consume official eSetu component packages directly in your project:
npm install @golenumber/react-gole @golenumber/react-recharts @golenumber/react-gole-tag-generator
Check out our live NPM Packages Demo Page to see interactive code sandboxes for:
GoleLabel— Renders static Gole numbers.GoleTextBox— Form input field with live Gole conversion.GoleTable— Data table with instant Decimal ↔ Gole toggle mode.GoleRecharts— Gole-enabled Recharts axes, tooltips, and legends.GoleTagGenerator— High-performance thermal label canvas and PDF printing engine.
Step 3: Play Interactive Apps
The best way to learn Gole intuitively is by playing our mobile and web applications:
- Gole 2048 Game — Slide and merge Gole tiles to build higher Gole numbers.
- Smriti Memory Game — Match decimal numbers with their Gole symbols.
- Gole Calculator — Perform arithmetic while observing live Gole symbol representation.
- Mobile App Ecosystem — Direct links to install Android APKs and Apple TestFlight builds.
