A Web Game in JS, where you click on a Cross to generate Pray-Points. Like Cookie Clicker This is the SOurce-Code for the WebApp hosted @ WebDaD.eu
The Cross is the main button and gets you prayerpoints (PP) You may buy Modules or Buffers for PP
- Modules create PP per Second
- Buffers modify PP gaining
Another possibily to gain PP is by typing bibleverses.
- The Verse of the day
- Random Verses
-
- = Added
-
- = Removed
- % = Changed (eg bugfix)
- ? = To be discussed
- Basic Framework
- Basic Design
- JS FrameWork for Mods and Buffs (timeout 100ms)
- Basic First Button
- Module "People"
- Buffer "Beliving"
- Buffer "Bible"
- Save AllTime-PP of all via AJAX on server (all 1 min)
- Point-Counting: Use an Object (array of nums[0-999]) eg 1.512.123 = [1,512,123] build sum, multi, div, minus operations
- More Modules
- More Buffers
- Design Update
- Achievement FrameWork
- Achievement "Starter"
- Save Game-Data in Cookie
- Load Game-Data from Cookie
- Export Game-Data
- Import Game-Data
- Verse on Click
- Daily Verse
- Typing Module
- More Modules
- More Buffers
- More Achievements
- Design Update
- Implement Analytics
- Implement ClickHeat
These create PP per Second and can be bought unlimited
- Cost: 10 PP + (People.count * 10)
- PPs : 0.1
These modify PP gaining and may be bougth once
- Cost: 50 PP
- Mods: Cross.Click * 2
- Cost: 100 PP
- Mods: People.PPs * 5
Achievements mark special Events in your Game
- You have player a while
- All-Time-PP >= 100, People > 1, Bible
- You tiped some verses
Type them to gain pp (each char is a click)