Treasury: ${{money}}

Crystals: 0

Manual Mine
Value Per-Click: ${{manual.value + investments.clickValue}}

Collect a few loose rocks

Sand Pits ({{sand.workers}})
Next Sand Pit: ${{sand.workerCost}}

A small sand pit near your home

Gravel Pits ({{gravel.workers}})
Next Gravel Pit: ${{gravel.workerCost}}

A stone's throw away from sand

Clay Pits ({{clay.workers}})
Next Clay Pit: ${{clay.workerCost}}

Provides clay, what else?

Sandstone Quarries ({{sandstone.workers}})
Next Sandstone Quarry: ${{sandstone.workerCost}}

Better than plain old sand!

Stone Quarries ({{quarries.workers}})
Next Stone Quarry: ${{quarries.workerCost}}

A simple stone quarry

Limestone Quarries ({{limestone.workers}})
Next Limestone Quarry: ${{limestone.workerCost}}

When limes meet Medusa...

Marble Quarries ({{marble.workers}})
Next Marble Quarry: ${{marble.workerCost}}

A classic for looking wealthy

Coal Mines ({{coal.workers}})
Next Coal Mine: ${{coal.workerCost}}

Powering industry since the 1880s

Next Unlock
Next Unlock

Game Menu

X

Register

We utilize a database to store your save so that you can play on any computer. By requiring an account to save, we can ensure that your saves are secure and that only you can use it. Please note, you may play the game without an account, but will be required to make one in order to save.

We have several planned features for later stages of development that will make having an account more worthwhile. This might include a paid shop to buy crystals and materials (In progress), and a leaderboard to show who has made the most profit within the game. We hope to add other features as well down the road.

By using this site in any function, you give consent for our use of cookies. Cookies are only used for analytics and some login/register functionality.

Already have an account? Login

Account

Display Name: {{username}}

Account Email: {{userEmail}}

Delete Progress: Wipe Save?

X

Welcome Back

X
X
X
X

Game Info

Ore Clicker is developed by Corbin Hunter @ Frostfire Studios LLC using JavaScript, Vue.js, and PHP

This game is currently in "Early Access", and is inspired by Cookie Clicker (Shocker), and Adventure Capitalist.

This game will always be FREE, however we plan to test different ways to make money later down the road (No worries, we can all agree microtransactions are annoying).


Version History

P-0.41.2 | 08/05/2020 4:09 AM

Added

  • Two new generators - Marble Quarries and Coal Mines
  • Prestige cheat

Removed

  • XP cheat

Changed

  • Increased initial prestige cost from 50k to 200k
  • Updated mute/unmute icons

P-0.41.1 | 08/05/2020 3:06 AM

Added

  • Added first fully new generator - Limestone Quarries
  • Spacebar now can be used to operate the manual mine
  • Clicking to buy a generator will allow you to use spacebar to buy more. Can revert spacebar to manual mine by clicking on the manual mine icon

Changed

  • Audio is muted by default

Fixed

  • Implemented a save-check system to verify save files before they are loaded. Any inconsistences are addressed by loading the default game values instead. This fixes the major save corruption bug that every update had issues with

V-0.41.0 | 08/05/2020 12:14 AM

Added

  • Added sandstone mine
  • Implemented sound effect when clicking
  • Implemented mute/unmute for SFX
  • Implemented prestige system
  • Implemented first prestige upgrades
  • Set the stage for foundry implementation
  • Finally added public version history (what you are reading right now)

Removed

  • Removed skill and level systems

Changed

  • Adjusted several mine names

Notes

  • This is the first major update in over a year, so a lot of code had to be reworked to fit the new ideas. It has been a long time since I have used Vue.js, so changes are taking extra time

P-0.40.4 | 08/04/2020 4:17 AM

Added

  • Added "Wipe Data" functionality for accounts

H-0.40.3 | 07/29/2019

Fixed

  • Fixed several typos
  • Removed code no longer in use
  • Converted unlocked panels into an object
  • Fixed game not saving state of unlocked panels
  • Reset player data as a result of the changes to unlocked panels

H-0.40.2 | 07/29/2019

Fixed

  • Optimized several network requests
  • Condensed small parts of JS code
  • Removed some old code
  • Reduced game overhead when running in background

H-0.40.1 | 05/19/2019

Fixed

  • Game now properly loads usernames
  • If username is not set, game now properly skips to prevent crashes. Leaves a blank username on account panel

V-0.40.0 | 05/19/2019

Fixed

  • User registration / login works correctly (again)
  • Saving system running about 66% intended functionality
  • Loading works as intended. If no data is found, game runs like normal

Notes

  • When a user has just created an account the AusoSaver and LogoutSaver do not work correctly. Logging out and back in fixes this, however the progress from initial account creation is lost

H-0.35.1 | 05/18/2019

  • Disabled crystals for future rework
  • Fixed browser specific issues with Firefox

V-0.35.0 | 05/12/2019

Added

  • Trucker Transports, Mine Supervisors, Stone Quarries
  • Tooltips for generators. Will later give basic info about the object
  • Game info panel added. Located at footer of page

Changed

  • Renamed "Mine Stone" to "Sand Pit"
  • Renamed "Iron Mine" to "Assisstant Miners"
  • Adjusted margins above/below rows
  • Users can no longer left-click and drag or use CRTL+A to select text/images

Fixed

  • Vue could not acces the footer as a result of a flaw in the code

V-0.31.0 | 05/09/2019

Added

  • Lead and Zinc have been added back into the game

Changed

  • Renamed game from "Clicker-V3" to "Ore Clicker"
  • Moved website to match new name
  • Moved "Mine Stone" from Left-Panel area to main area as a new row

Fixed

  • Money watcher not unlocking new mines

V-0.25.0 | 05/09/2019

Added

  • Iron and aluminium mines are back in the game
  • Treasury balance is now displayed on the website title and updates even when tabbed out when money is added / subtracted

Removed

  • Corporations panel

Changed

  • No longer need to buy workers to then assign
  • Applied new mine design

Fixed

  • Game properly runs when tab is not focused on now
  • Game now runs when web browser is not in focus

V-0.23.0 | 05/08/2019

Added

  • Footer w/ copyright and version
  • Basic AdBlock detection and counter

Removed

  • Upgrades removed for reworking

Changed

  • Adjusted padding and margins on the top section of game
  • Reworked game layout

Fixed

  • Various small coce glitches