Lurker > SpiritSephiroth

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, Database 8 ( 02.18.2021-09-28-2021 ), DB9, DB10, DB11, DB12, Clear
Board List
Page List: 1 ... 4, 5, 6, 7, 8, 9, 10, 11, 12 ... 28
TopicITT: Learning Python
SpiritSephiroth
08/27/21 6:29:45 PM
#182
Trying to use classes to solve this problem. Gonna give up for today.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/26/21 9:40:46 PM
#234
TopicITT: Learning Python
SpiritSephiroth
08/26/21 8:20:08 PM
#181
New problem. Creating that random variable outside of the while loop has made the code pick a number inside of the loop and stick with that one value. If I want to create a truly random interval, I would have to put the random code inside of the while loop.

However that will ruin the level progression, at least in terms of the strength/attack stat. Going to have to figure out a way to keep the stat progression while using while loops.

---
TopicITT: Learning Python
SpiritSephiroth
08/26/21 7:15:41 PM
#179


What I've done. Far from finished but I think its working. Gonna input a lot more including choices to fight different enemies, increasing XP and levelling up to more stats.

Going to try and implement a magic spell system too. Be able to cure and use magic based on a magic stats.

I was thinking of using the Class function to contain the enemies stats, but I realize you can't really change the variables within a class function without doing a few things first. Thought it'd be easier like this for now.

Edit: Heres the Pastebin

https://pastebin.com/scRqpLdq

---
TopicITT: Learning Python
SpiritSephiroth
08/25/21 10:13:25 PM
#177
Okay I think I figured it out. The reason why its greyed out is because I'm not using it atm.

Was able to use "from random import randrange" in a variable since I'm going to implement it as part of a code. This is going to be fun. I'm gonna continue this tomorrow!


---
TopicITT: Learning Python
SpiritSephiroth
08/25/21 9:37:14 PM
#176
Okay this is driving me crazy. Why doesn't "import random" work for me anymore?

The code just greys out and an error comes up. It used to work in my other projects.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/25/21 8:35:01 PM
#233
TopicITT: Learning Python
SpiritSephiroth
08/25/21 8:32:58 PM
#175
I've put in a lot of variables to keep track of. Doesn't include all the if statements and while loops I'll be using.

At this stage I'm gonna have to learn to organize my code better.

---
TopicITT: Learning Python
SpiritSephiroth
08/25/21 12:38:34 PM
#174
Tried out your code, gave me some good ideas on how to deal with code regarding hp. Thanks a lot, time to start with my own!

Liked how you spaced out your code too, it looks so neat and even looks clean when executing it. I should do that more often.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/24/21 9:53:09 PM
#231
TopicITT: Learning Python
SpiritSephiroth
08/24/21 8:03:07 PM
#171
SomeLikeItHoth posted...
Once you start experiencing more OOP (like from the video I linked you) you'll start getting more of those experiences.

I can continue now that today is done. Gonna catch up with a lot of things!

Also managed to make my computer run faster.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/23/21 8:48:05 PM
#230
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/23/21 8:47:11 PM
#229
TopicITT: Learning Python
SpiritSephiroth
08/23/21 7:08:05 PM
#169
SomeLikeItHoth posted...
So I was mad because I spent over an hour trying to figure out why my code wasn't working.

I think I googled 10+ different things and read a bunch of different things on stackoverflow trying to figure it out.

Then by some miracle I figured it out on my own and now I won't go to bed mad.

It was stupid too because I was in a while loop and couldn't figure out why my remove() function of a piece of string in a list wouldn't work. It was so simple but for some reason would not work.

I want to experience this more too. I know how it feels. Cant wait to get back to it after Tuesday.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/22/21 8:57:51 PM
#228
TopicITT: Learning Python
SpiritSephiroth
08/22/21 8:54:55 PM
#167
SomeLikeItHoth posted...
I know I tell y'all to watch certain videos / read certain articles but this is one you need to make time for.

It's only an hour long but I highly recommend it. It will make using and understanding how Classes work so much easier.

I just finished watching all the videos now + I wrote out all the code but I may watch it again tomorrow.

https://www.youtube.com/playlist?list=PL-osiE80TeTsqhIuOqKhwlXsIBIdSeYtc

I'll take a look! I have an important test on Tuesday for something but once I'm done I'll catch up on everything.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/21/21 8:27:05 PM
#227
TopicITT: Learning Python
SpiritSephiroth
08/20/21 9:42:40 PM
#164
Bump, will try soon. Really feeling dead today.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/20/21 9:41:15 PM
#226
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/20/21 1:36:59 PM
#225
TopicITT: Learning Python
SpiritSephiroth
08/20/21 8:05:03 AM
#163
SomeLikeItHoth posted...
I went ahead and made my own little CYOA game.

I forgot how fun these little text games can be to make.

I know I reused some lines of code. I may go back and redo the project using classes / functions. Well see!

Let me know what you think!

https://pastebin.com/EuB748BE

Ohhh! I'll give it a go tonight when I'm on python!

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/19/21 9:41:56 PM
#224
TopicITT: Learning Python
SpiritSephiroth
08/19/21 6:27:27 PM
#160
Okay I got a lot of the framework down.

@SomeLikeItHoth I'm thinking of starting from the beginning and making a brand new code. So I'm gonna implement the random attack method you suggested with other actions.

Hopefully I can make something even more complex this time. But I'm happy with the amount I'm learning so far. Its also fun too.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/18/21 9:37:07 PM
#223
Geezus. Was watching 3-nen A-Gumi and there was a scene with Haruka Fukuraha's character being really roughed up by the teacher taking the students hostage. Like it got to the point where it was hard to watch because of how rough it looked, I felt so bad.



---
TopicITT: Learning Python
SpiritSephiroth
08/18/21 8:34:54 PM
#159
SomeLikeItHoth posted...
What you could do is start everyone off (including yourself) with a certain amount of HP.

Player = 50
Enemy_# = 10
Boss = 15

And then you could use the random feature to randomize attacks.

Attack = random.randint(0, 10)

Now every time either you, one of the enemies, or the boss uses an attack it'll take a random amount of HP away.

Thats such a good idea, I don't know why I never thought of randomizing the damage for some reason >_>

Thanks!

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/17/21 9:15:01 PM
#222
TopicITT: Learning Python
SpiritSephiroth
08/17/21 8:43:20 PM
#157
SomeLikeItHoth posted...
I have no idea. I rewrote all your code and it worked fine for me. Can you paste the code here so I can try it?

Also, are you using Boss_HP = 10 for anything? Because I didn't see it mentioned anywhere except for at the top.
And instead of saying

You = You - 3

you can simplify it by saying

You -= 3

Huh, thats so strange. I booted it up again and it started working now.

As for all the other stuff, I'm going to implement more into the code to make it more complex. Going to have hit counters for everything and a code to keep track of current hp display.

Also thanks for the simplification!

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/16/21 10:59:04 PM
#221
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/16/21 10:38:03 PM
#220
SauI_Goodman posted...
Wheres the spanish girls topic at

This topic is only for the best girls. Sorry!



---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/16/21 10:29:19 PM
#218
A clip from Kakegurui live action. Minami is so good in it. And cute of course.

https://www.youtube.com/watch?v=fwEWtRxO2LA


---
TopicITT: Learning Python
SpiritSephiroth
08/16/21 4:30:30 PM
#154


Got a question here. The code isn't done overall and Im gonna overhaul quite a bit of it. But in the first section, in the "elif" part it looped back in the while loop.

However in the second sections "elif" part, its not looping and just ends. Any ideas why that might be?

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/15/21 9:35:12 PM
#217
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/14/21 8:12:59 PM
#216
TopicITT: Learning Python
SpiritSephiroth
08/14/21 8:10:35 PM
#150
Bump, started on a new exercise, but Python has been running slow on my computer recently. And not just that, everything has. Need to clean my computer out and check for viruses.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/13/21 11:07:14 PM
#215
Haruka Fukuhara. Ever since I saw her in Kakegurui and Good Morning Call her looks grew on me more and more every day. Shes freaking gorgeous.



---
TopicITT: Learning Python
SpiritSephiroth
08/13/21 10:52:16 PM
#149
Okay I actually figured it out. It was so simple I feel stupid, but at least its progress.

---
TopicITT: Learning Python
SpiritSephiroth
08/13/21 2:45:53 PM
#148
SomeLikeItHoth posted...
I ended up watching a few episodes of Arrow last night and I also watched Luca on Disney+. I'm still going to do my daily lesson today and tomorrow, but starting Saturday I'm on vacation and there's a few books I need to catch up on!

I was really sleepy today but managed to slog through and practice some codes.

Still really stuck on how to exit a while loop and satisfy a condition with this code I'm doing. Im gonna tough it out on my own a bit.

If I still need help I might ask here soon.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/12/21 10:05:21 PM
#214
The different between Kotone Furukawa as a Gothic Lolita and her natural look.



---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/11/21 8:08:24 PM
#213
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/11/21 8:03:52 PM
#212
TopicITT: Learning Python
SpiritSephiroth
08/11/21 7:56:49 PM
#146
As I thought, got home really late. I'll pick up some more tomorrow.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/10/21 10:13:08 PM
#211
TopicITT: Learning Python
SpiritSephiroth
08/10/21 10:10:51 PM
#145
SomeLikeItHoth posted...
I didnt do anything yesterday after work. I just slept when I got home.

Thats going to be me tomorrow. Going to be out for most of the day but I'll try to put some work in when I get home, even though it might be late.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/09/21 9:10:51 PM
#210
https://youtu.be/DWcEsw9YQcM

One of my favourite MV's from NMB48.

Love the old-style Japanese vibe it has.

---
TopicITT: Learning Python
SpiritSephiroth
08/09/21 9:07:46 PM
#143
1337toothbrush posted...
If you have any questions about a piece of code, post it here and I can step you through it if you'd like.

Thanks, I'll do that. I appreciate it!

---
TopicITT: Learning Python
SpiritSephiroth
08/08/21 9:55:23 PM
#141
I'm gonna post more code here when I have a breakthrough. I don't think I want to keep posting the same type of code unless I learn something major for myself personally.

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/08/21 9:53:32 PM
#209
https://www.youtube.com/watch?v=lqE4oTULD_U&list=RDjECju0HDgrY&index=27

Been watching NMB48 videos all night. Their MV's are so fun and their music is amazing. I have no idea how I didn't get into them more before this.

This specific song kind of gives me a Persona 4 vibe to it, with the trumpets and music beats.

---
TopicEarlier today the EU FF14 servers were totally overrun.
SpiritSephiroth
08/08/21 2:49:38 PM
#3
Its happening again. 400 in queue and the game won't even load my character data.

https://eu.finalfantasyxiv.com/lodestone/worldstatus/

---
TopicNew and IMPROVED J-girls General
SpiritSephiroth
08/07/21 8:21:01 PM
#208
TopicITT: Learning Python
SpiritSephiroth
08/07/21 8:11:30 PM
#138
Trying to wrap my head around some code is both fustrating and rewarding at the same time.

---
Board List
Page List: 1 ... 4, 5, 6, 7, 8, 9, 10, 11, 12 ... 28