⠕⠕⠕ Star Wars nerd and Website creator
@FloCal35
(https://flocal35.repl.co/index.html#Welcome) HTML coder and logo creator (ping me if you need one)
0
Star Wars QuizSimple quiz from my beginner days. Comment your score, and we'll see how smart you are
67
0
0
4
StarWarsFightSim(200CycleSpecial)Welcome to Star Wars Fight Sim. Take down your enemies with a range of weapons from the Star Wars Universe
200
0
4
18
AmongUsStoryAn old game I made during my beginner days
898
11
18
0
CodingJamsWelcome to CodingJams, a fun opprotunity to compete against other coders on a weekly challenge. Every few weeks, we will have a challenge fo
1
0
0
30
BusinessSim-RevisedWelcome to Business Simulator REVISED VERSION (An updated version of a past project)
In this game, you act as a manager of a store. Create and sell your products, team up with other companies, and grow your business into a franchise. Report any bugs
282
19
30
Welcome to Business Simulator REVISED COMPLETE VERSION
In this game, you act as the manager of a store. You sell create products for your store.
New
Python
mihamilton It is very useful for those who want to train their attention. It is the same as counting numbers in your head without a calculator. My business used to be a manual business too until I got the sales signals https://revenuegrid.com/revenue-signals/ app. It's something, it's something that helps me to always be one step ahead. No matter what happens I know my assistant will always alert me to things that aren't going according to plan. Honestly, I miss having that very same alert in the simulatio1 year ago
Yes, finally
Explore has released
but the question that remains is what will they do with talk. Are they planning to get rid of talk and cycles?
InvisibleOne Amasad said that he wanted to rework the social interaction since there was too much cycle fanatism. Personally I think it would be great if they got rid of cycles, it would be more fun I think.2 years ago
RoBlockHead Talk is staying, but the share board is being largely replaced. Explore will not have cycles, this is by design.2 years ago
image
and welcome to Star Wars: Battle Center! (After the 2 long months of waiting)
An over 4000 line Star Wars Python project
Thank you everyone for
Python
330
Star Wars: BattleCenterPlay Replit’s #1 Star Wars Game! Kill other enemies with real Star Wars weapons in Fight Sim. Kill the clankers in Clone Trooper RPG. Test your knowledge with a Star Wars quiz. Fly around and kill enemies in the new Beta version of Galaxy at War. Follow CT-356226 as his team attacks a Seperatist outpost. Or, if you dare, try to survive a night on Endor amongst a forest of evil teddy bears. Important announcement in README file.
Star Wars: Battle Center team...
FloCal35-Creator and owner:
edjiang1234-Bug fixer/program cleaner:
SenatorBinks-Bug fixer/program cleaner:
3.6K
103
330
CodingJams by FloCal35
Welcome to CodingJams, a fun opprotunity to compete against other coders on a weekly challenge. Every few weeks, we will have
HTML, CSS, JS
CodingJams by FloCal35
Welcome to CodingJams, a fun opprotunity to compete against other coders on a weekly challenge. Every few weeks, we will have
HTML, CSS, JS
18
Soccer Sim Ultimate EditionFloCal35 and kmurp62rulz bring to you... Soccer Sim: Ultimate Edition, the ultimate Fifa-like soccer simulator. Take your team through a season and reach the top of the league. Don't see your team? Create your own custom one. Future updates coming.
387
14
18
@FloCal35 and @kmurp62rulz bring to you...
Soccer Sim: Ultimate Edition!
The Ultimate Fifa Season Career Simulator
Now with custom teams!!!!
We have
Python
0
a R.E.P.L.I.T. replREPL means Read Eval Print Loop, but as we figured out last time, it could mean anything. What’s the change from Repl to Replit, we are once again faced with the question... what does REPLIT mean? Run this program to find out
8
0
0
30
CloneTrooperRPGThe RPG version of Star Wars Fight Sim
547
32
30
edjiang1234 ohhh i think i figured it out
since you put this on line 333 and 334:
if you.weapon.ammo>100000:
print(green+"It did "+str(dd)+" damage!"+white)
and E-WEB has infinite ammo, infinity is greater than so it just loops and doesnt do damage to the enemy (same with knife)1 year ago
edjiang1234 I hope @FloCal35 you don't mind that I edited this project and fixed some bugs that I noticed, like say you have infinite ammo and you buy ammo packs, heres the link although I'm still working on it ;)
I spotted a lot of technicality issues such as the bug i noted in earlier in another comment, also buying weapons when that's already your current weapon
Great job on your project by the way the code was so long i bet you put a lot of effort into it. I loved it even though there were no pictures :)
I'm no python expert, just a person who likes to code ;)
https://replit.com/@edjiang1234/Clone-Trooper-RPG-Fixed-and-Updated1 year ago
What is REPLIT an acronym for?
REPL means Read Eval Print Loop but as we figured out from the previous post, it could be anything. With the migration
Python
Since my last profile post, I've made some updates to my profile website. As always, thanks for the 400 cycles, and I can't wait for what projects I d
HTML, CSS, JS
Title says it all, I want to embed a python repl into a website I created. Is that possible? And if so... how?
How to add fake loading to your python program
The easiest way is to print something over and over again (like 0's and 1's) but the best way (in my o
Python
So me and some friends have this school thing where we make up countries and get materials (based on real locations) and try not (but it always fails)
RYANTADIPARTHI Most easy way
i think the most easy way is to just use the repl db. Here's a full, thorough tutorial on it.
https://docs.repl.it/misc/database2 years ago
InvisibleOne Python? Here:
Number 1: The easy way
The easiest way to save data in python is just to create a simple text file, and then save your data as a JSON.
The first thing you need to do is import json
import json
Your data needs to be in a form of a dictionary, like this:
my_data = {
'key1' : 'value1',
'key2' : 'value2',
'key3' : 'value3',
}
Now we can convert that data into json so we can save it to a text file:
readytowrite = json.dumps(my_data)
Now we can write that data to a file as json, ther2 years ago
Coder100 Well, you can use file-based storage, but the only problem is that programmatic edits won't be saved. Looking at your purposes even a pdf file would be fine, you are manually writing to the files correct?2 years ago