CodingRobot12
@CodingRobot12
0
Cookie Empire v1.0Inspired by Orteil's Cookie Clicker
Cookie Empire v1.0
Hello, this is CodingRobot12 and I am back with another project.
I have been doing various projects off repl for awhile but I am back with a new one called Cookie Empire.
This is my first big project on HTML, CSS, and JS. This website was inspired by Orteil's Cookie Clicker. My plan is to apply this concept to create new buildings, new minigames, and expand my knowledge with coding with HTML.
Of course, since this is my first version of this website, I would like some feedback on how to improve such as the overall website layout. I will also look at some of your ideas that you post that could help improve and make this website more exciting. If there are any bugs if the website, also let me know!
Here are some of the things that I am planning to add soon:
Creating an Upgrade in Which Buildings Run While AFK
Cookie Gifts that offer boosts, etc. (Luck Boost?)
More Buildings and Upgrades
Stats
Achievements
Naturally Cookie Spawns/Timed Cookie Spawns/Buying Cookie Spawns (Special and Different Tiers)
Full screen is highly recommended with this website
Have a great day and Happy Early Thanksgiving.MrVoo @CodingRobot12 I did, I think it has something to do with Math.floor() since each one adds 0.2 per second1 year ago
CodingRobot12 @MrVoo Oh. I tried some methods of fixing it but I am not really getting that far. What do you suggest I should do to fix the problem?1 year ago
MrVoo @CodingRobot12 Let the cookie value be a decimal, but only display a floored version1 year ago
9
6
0
I am trying to create this clicker game down below. However, the image 'cookie_stand.png' doesn't look to be wrapping around the text for the cookie s
HTML, CSS, JS
This is my second version of my search engine and many more better features are coming soon. This has been a very big project and I have used lots of
Python
Orca20 Yay I'm in this search engine. Also how do you delete an account? I accidentally pressed delete and typed wrong so... made a new one. But how do you delete an old account?2 years ago
jackou this is cool, but i thought was gonna be like a website, not in a python shell. nice concept though! ^^3 years ago
This is my first version of my search engine and many more better features are coming soon. This has been a very big project and I have used lots of n
Python
I am going to start making a Choose Your Own Adventure story soon but I want to ask the community what idea they want. If you respond, in your idea, I
Bookie0 Here is an idea:
this is the year 2046. A country has made a bio-weapon, which kills people and turns them into undead. They are like zombies but when they get a victim, they kill it and it becomes another monster. Aim of game is to find resources like food, water, electricty, materials, weapons, and build alliances with people.
another idea:
there is 10 days left before a massive storm will come to earth. Each day, you have 2 actions (2 choices). YOu also have variables: strength, endurance 3 years ago
I am currently make a search engine right now and I am trying to add words. However, it is difficult for me to do it all by myself. I know I added lik
I am currently working a search engine that I am going to post very soon. However, I want to work another project along with the search engine. I stil
Bookie0 you can do all of those! make it a challeng!
here are some other ideas if you want:
pacman
pong game
webpage about yourself (HTML)
clicker game
tycoon game owning
managment game
text based adventure game (choice making game)
And much more!
Happy coding and hope this helps! =)
3 years ago
After spending 3 weeks making this repl, I finally created my first program of the upcoming series Choose Your Own Adventure #1. This is full of adven
Python
gibbsfreenergy This is so hard and confusing. You should make the sleep longer and the content a bit shorter. But good job3 years ago
For my repl that I am making, I want to check if the ALT and CTRL key is pressed specifically using getkey. How would you do that?
Python
adl212 Hi, there is a text file for the github repo for the getkey module on all of the keys you can detect. It is here. Click the upvote button and choose as the correct answer if so.3 years ago
I just finished making a repl that took about 3 weeks to finish. During those 3 weeks, I came across many ideas about what I should code next. However
ChristoferK Out of this list, "search engine" is by far the odd one out. The others are straight forward programs that operate on a single set of rules that virtually all programmers who were told to write these would do it in more or less the same way. A search engine, however, is a very complex and ambitious option.
What would your program search for, and through what data collection, and what sort of searching algorithm would you implement ?3 years ago
Timer and Countdown Tutorial
This tutorial is going to help teach you how to implement a timer and a countdown with code.
How to Use a Timer with Co
Python
Go Fish Game
Go Fish is a fun card game that you can play with multiple people. In this game of Go Fish, you must play it with 2 people. Unfortunately
Java
I am doing a timer and countdown tutorial but I am having trouble on figuring out how to press s on getkey without the timer having to stop. Can someo
Python
Bookie0 um, well cant you just do like
if key == "s":
etc.
and dont stop the timer i guess...?
hope this helps! =)3 years ago
I am trying to make a tutorial on how to make a timer and countdown and it involves packages. However, I am getting this error that I don't understand
Python
Coder100 Hello, it would be better to print out the error instead of having us to run it :/
Anyways, since it looks like a packager problem, try deleting all the package files and installing it again:
image
image
Hopest this helps!3 years ago
adl212 Unfortunately, I don't believe the keyboard module works on repl.it. Instead, you can use the getkey module, which is here. Hope this helps. Upvote and choose as the correct answer if so.3 years ago
The July 4th Weekend Special
As you know, this weekend is July 4th weekend. So I decided to make a repl that would have fun activities that you can d
Python
I am just wondering if anyone knows how to make a leaderboard because I am not sure how to make one for my repl.