Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Code Clicker 0.1.0
- version:
- by:Omtegu also known as OMTEGU2
- Settings
- building cost increase 101%
- building cost refund 99%
- Resources
- *news
- on earn:if (news=10):
- $new=random(1,2)
- if (new=1) log "You have forgotten us -Parents" end
- if (new=2) log "A coding Enterprize has appeared out the the blue"
- end
- end
- *code
- name:Code
- desc:Some code for your game
- show earned
- *art
- name:art
- desc:Some art for your games
- show earned
- *programs
- name:Programs
- desc:Programs you have made
- show earned
- *games
- name:Games
- desc:Games you have made
- show earned
- CSS
- #game
- {
- background:cornflowerblue;
- color:lightgreen
- }
- #thing5
- {
- top: 350px;
- right: 450px;
- }
- Layout
- use default
- *log
- contains:log
- Buttons
- *Code
- name:Code{}.
- desc:Code
- on click:yield 1 code
- Buildings
- *newsticker
- no buy
- hide
- starts at:1
- on tick:yield 1 news
- start with
- *cursor
- name:Cursor
- desc:A nice cursor to click for you. Yields 1 code per ten seconds.
- on tick:yield 0.1 code
- req:10 code
- cost:15 code
- *8yold|8yearold|8yearsold|timmy
- name:8 Year old
- desc:Ummmm... I guess this 8 year old makes 1 code per second if hes not throwing a tantrum?
- on tick:if (chance(80%)) yield 1 code
- req:1 cursor
- cost:50 code
- *ipad
- name:Ipad
- desc:Go on the go with your coding, grants 10 code per second.
- on tick:yield 10 code
- req:1 8yold
- cost:1 8yold and 500 code
- *artist
- name:Artist
- desc:Creates 1 art per second
- on tick:yield 1 art
- req:1 ipad and 1000 code
- cost:1 ipad and 1500 code
- *mprogram
- name:Program
- desc:Create a program
- on earn:yield 1 programs
- req:5 artist and 10 cursor
- cost:500 art and 50000 code
- *programmer
- name:Programmer
- desc:Makes 100 code per second
- on tick:yield 100 code
- req:5 artist and 10 8yold
- cost:20 8yold and 10 art and 1000 code
- *mgame
- name:Game
- desc:Make a game
- req:1 programs and 5 programmer
- cost:50 8yold and 100 art and 5000 code and 10 cursor
- on earn:yield 1 games
- end
Advertisement
Add Comment
Please, Sign In to add comment