Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by pritaeas > OK, you know what? I have a dog. I devote all my free time to her. Let's go with that. :) Pets are always fun. We have two dogs, two cats, a tortoise, a pond with fish and some chickens :) VB2010- why i get a different vertical size\color on RayCasting? Programming Software Development by cambalinho … If WallDistance = WallDistance * Math.Cos(RayRadians - player.Radians) 'avoiding the Fish Effect RayHeight = (ObjectSize / WallDistance) * 200 ' is the height screen\ If… Re: Travel without Technology is like __________ without _____________. Community Center Geeks' Lounge by Dani According to ChatGPT, travel without technology is like exploring without a map, a mime without invisible walls, a penguin without ice skates, and a fish without fins. To be perfectly honest, I don't get any of them except for maybe the first. Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho … calculation after these: WallDistance = WallDistance * Cos(Player.Radians) 'avoiding the Fish Effect.. works correctly RayHeight = ObjectSize / WallDistance * 320 '320 is the… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho … easy :( WallDistance = WallDistance * Cos(Abs(RayRadians - Player.Radians)) 'avoiding the Fish Effect RayHeight = (ObjectSize / WallDistance) * 200 '320 is the width screen… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho … If WallDistance = WallDistance * Cos(Abs(RayRadians - Player.Radians)) 'avoiding the Fish Effect RayHeight = (ObjectSize / WallDistance) * 200 '320 is the width screen… Re: What are you eating later? Community Center Geeks' Lounge by jaepi Fish!!!! Re: What are you eating/drinking right now? Community Center Geeks' Lounge by <M/> Fish! Re: Word Association Game Community Center Geeks' Lounge by arjunsasidharan fish -> star fish Re: A bird that makes her own tools! Community Center Geeks' Lounge by GrimJack Fish use tools, too. There is a fish that hides from predator birds by swimming upside down, holding a leaf with its fins. Re: What are all these Processes? Hardware and Software Microsoft Windows by )BIG"B"Affleck fish did you download the removal tool and is blaster still in your manager? Re: Word Association Game Community Center Geeks' Lounge by ~s.o.s~ fish -> stinks Re: This or that? Community Center Geeks' Lounge by debasisdas fish gmail or hotmail ? Re: What are you eating later? Community Center Geeks' Lounge by jaepi fish...again -_- Re: What are you eating later? Community Center Geeks' Lounge by Jade_me FISH... and lemonade Re: What are you eating later? Community Center Geeks' Lounge by ITKnight fish fry... Re: This or that? Community Center Geeks' Lounge by nav33n Fish (not to eat!) cigar or cigarette Re: What are you eating/drinking right now? Community Center Geeks' Lounge by majestic0110 fish n chips Re: What are you eating/drinking right now? Community Center Geeks' Lounge by murderotica Fish and banana...yummy! *burp* Re: what should for Lunch? Community Center Geeks' Lounge by jingda Fish and chips or chicken chop Re: Ask A question:) Community Center Geeks' Lounge by jingda Fish n chips Which place do you always go during a holiday Re: What are you eating/drinking right now? Community Center Geeks' Lounge by ddanbe Fish sticks tartare sauce mashed potatoes, white wine Fish simulation Programming Software Development by Darkfoxx … Turn the ">=)" (fish) into a Fish object. Let me paste my code … 0; } } public void header() { System.out.println("Fish Tank:"); } public void move() { loc = (int)(Math… out my ">=)" fish with a Fish object. Please help me get this… Re: Fish simulation Programming Software Development by jwenting …. Easiest is to have the environment know where all the fish are. Create a coordinate class (or just use the existing… Point class) and give the fish a method to move them which takes the current coordinate… whether the fishy bumped into something. You could let the fish do that but that's a bit more complicated and… Help: Fish Race Assembly Code Programming Software Development by chibi-hime …edx, OFFSET Fishr call WriteString call CRLF ;Moving fish ;Fish moves randomly 1 to 4 steps ;StepY =>… WriteInt ; check #of wins of yellow fish ; if yellow fish has won 3 times then game ends ;… WriteInt ; check #of wins of red fish ; if red fish has won 3 times then game ends ;… Making fish move? Code attached Programming Software Development by shipwreck … java.awt.event.*; import java.util.*; public class Fish { public static JButton quit = new JButton("…int newy; while(loop) { Random r = new Random(); // fish movement } } } class MyActionListener implements ActionListener { public void actionPerformed… A Game of Go Fish: The If and Else are not working Programming Software Development by Judgment I'm trying to create a game of Go Fish in Python. But I've stumbled onto a little problem …;~"*70) print("~"*25+"WELCOME TO GO FISH!"+"~"*26) print("~"*70) nPlayers = 4… Re: A Game of Go Fish: The If and Else are not working Programming Software Development by james.lu.75491856 …;~"*70) print("~"*25+"WELCOME TO GO FISH!"+"~"*26) print("~"*70) nPlayers = 4… Hello and thanks for all the fish! Community Center Say Hello! by rubberman … planet, dolphins, squeaked "Goodbye, and thanks for all the fish!" as they left for parts unknown... 1. I am… Shooting fish game Programming Game Development by RC_820 I want to make a fish shooting game, but I don't know where to start maybe here friends can give me directions please help for my learning