Board List | |
---|---|
Topic | ITT: Learning Python |
SpiritSephiroth 08/27/21 6:29:45 PM #182 | Trying to use classes to solve this problem. Gonna give up for today. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/26/21 9:40:46 PM #234 | |
Topic | ITT: 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. --- |
Topic | ITT: 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 --- |
Topic | ITT: 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! --- |
Topic | ITT: 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. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/25/21 8:35:01 PM #233 | Ami chan looking good here... ![]() ![]() --- |
Topic | ITT: 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. --- |
Topic | ITT: 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. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/24/21 9:53:09 PM #231 | |
Topic | ITT: 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. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/23/21 8:48:05 PM #230 | |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/23/21 8:47:11 PM #229 | |
Topic | ITT: 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 want to experience this more too. I know how it feels. Cant wait to get back to it after Tuesday. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/22/21 8:57:51 PM #228 | |
Topic | ITT: 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. 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. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/21/21 8:27:05 PM #227 | |
Topic | ITT: Learning Python |
SpiritSephiroth 08/20/21 9:42:40 PM #164 | Bump, will try soon. Really feeling dead today. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/20/21 9:41:15 PM #226 | |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/20/21 1:36:59 PM #225 | |
Topic | ITT: Learning Python |
SpiritSephiroth 08/20/21 8:05:03 AM #163 | SomeLikeItHoth posted... I went ahead and made my own little CYOA game. Ohhh! I'll give it a go tonight when I'm on python! --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/19/21 9:41:56 PM #224 | |
Topic | ITT: 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. --- |
Topic | New 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. ![]() --- |
Topic | ITT: 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. Thats such a good idea, I don't know why I never thought of randomizing the damage for some reason >_> Thanks! --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/17/21 9:15:01 PM #222 | |
Topic | ITT: 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? 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! --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/16/21 10:59:04 PM #221 | |
Topic | New 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! ![]() ![]() ![]() --- |
Topic | New 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 --- |
Topic | ITT: 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? --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/15/21 9:35:12 PM #217 | |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/14/21 8:12:59 PM #216 | |
Topic | ITT: 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. --- |
Topic | New 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. ![]() ![]() ![]() ![]() --- |
Topic | ITT: 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. --- |
Topic | ITT: 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. --- |
Topic | New 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. ![]() ![]() --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/11/21 8:08:24 PM #213 | |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/11/21 8:03:52 PM #212 | Let's go a bit more towards the dark side. ![]() ![]() --- |
Topic | ITT: 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. --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/10/21 10:13:08 PM #211 | |
Topic | ITT: 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. --- |
Topic | New 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. --- |
Topic | ITT: 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! --- |
Topic | ITT: 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. --- |
Topic | New 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. --- |
Topic | Earlier 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/ --- |
Topic | New and IMPROVED J-girls General |
SpiritSephiroth 08/07/21 8:21:01 PM #208 | |
Topic | ITT: 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 |