This project uses Godot 3.5.1. If you want to mess with the source, you need to install Godot here. (No need to get the Mono version)
The Code.org game now makes its way onto VR! Enjoy a laid-back clicking experience to become the richest Clikcer you know.
- Achievements
- Upgrades
- Multipliers
- and a whole lot of clicking
- Windows, Linux/X11, macOS, Android Check out Clikcer Instead
- Meta Quest 1/2/Pro
Because there will (possibly) be multiple ways for the game to be released in the future, there will more than likely be multiple ways on installing the game. As of right now, there won't be so there is only one way of installing it.
- Download from the Oculus Store (Once released)
- Download the ClikcerVR apk
- Use one of the methods below for installing it to the headset
- Turn on Developer mode on your headset if you haven't already. Follow all the steps.
- Install SideQuest (Install the Advanced version)
- Once SideQuest is installed, connect your headset to the PC.
- Your headset might have an allow debugging option appear on the screen. Put it on and accept it so your PC can upload the apk file.
- Click the box on the top sidebar and select the Clikcer VR apk file.
- Go into your headset and select the dropdown menu on your apps menu.
- Select
Unknown Sources
- Find Clikcer VR and play.
- Turn on Developer mode on your headset if you haven't already. Follow all the steps.
- Grab your system version of Android SDK Platform Tools
- Unzip it and you'll find a folder name
platform-tools
. No need to change the contents in the folder, just save it to your desktop or another place you can access it for later. - Open a command line in that folder. (you can open a new command line and use
cd /Desktop/platform-tools
or something similar to go to the directory for platform tools) - Once you're in the folder, be sure to take the Clikcer VR apk file and move it into the
platform-tools
folder. You can also make a folder in theplatform-tools
folder calledapps
or something similar to move the apk into. - Now you're ready to start using commands. Test to see if adb works by typing
adb help
and it should show a bunch of commands and if it does, you're ready to start installation. - Run the command
adb devices
if your headset is plugged in and it should return with at least one device. If it doesn't, you might need to accept a popup asking for debugging in the headset. - Now if you can confirm that adb is seeing your headset, you can now run
adb install ClikcerVR.apk
. if you put it in a folder, you'd have something like thisadb install apps/ClikcerVR.apk
- Once you've ran it, it should say successful and that means you've installed it onto your headset.
- Go into your headset and select the dropdown menu on your apps menu.
- Select
Unknown Sources
- Find Clikcer VR and play.
(NOTE) This release method may change in the future as I have different release days for the different versions of the game
This project uses a GPL v3 license.