Python Forum
Coding Problems With Mr.Stickman Game
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coding Problems With Mr.Stickman Game
#2
At line 110 you are calling Coords() but it should be coords().

I suggest you to rename you class from:
class coords()
to...

class Coords()
And change this part too:
c1 = coords(40, 40, 100, 100)
c2 = coords(50, 50, 150, 150)
Reply


Messages In This Thread
RE: Coding Problems With Mr.Stickman Game - by gontajones - Jun-29-2018, 08:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tic-Tac game (Beginner's coding) Shahmadhur13 5 3,375 Aug-29-2020, 08:40 PM
Last Post: deanhystad
  coding a 2-player die game Pepper887 3 2,583 Mar-17-2019, 04:02 PM
Last Post: ichabod801
  Guessing Game with .WAV Files - Python Coding NonEntity 8 4,621 Nov-20-2018, 12:53 AM
Last Post: NonEntity
  Easy equipment system for simple game and problems with it naisyrk 3 3,460 Sep-01-2018, 10:05 AM
Last Post: Gribouillis
  Problem with absolute path to file (Mr.Stickman Problems) SheeppOSU 3 6,384 Jun-26-2018, 10:05 AM
Last Post: Larz60+
  Bounce Game Problems SheeppOSU 3 3,759 May-07-2018, 07:58 PM
Last Post: SheeppOSU

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020