Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
About Me

None

Interests
Computer Programming
PC Specs
Don't Know
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Gribouillis

I tried running the code in Python 2.5, but there was an error: ♙♘♗♖♕♔♚♛♜♝♞♟ │ ─ ┌ ┐ └ ┘ ┬ ┴ ├ ┤ ┼ Traceback (most recent call last): File "C:/Users/Owen/Desktop/chess/chess8.py", line 52, in <module> print game(start_position) File "C:/Users/Owen/Desktop/chess/chess8.py", line 47, in <lambda> game = lambda squares: "\n".join(_game(squares)) File …

Member Avatar for Kyril
3
6K
Member Avatar for opprogrammer

Hi guys, I'm making an RPG(role-playing game) and I need some help. Here is the code so far: class Create: def __init__(self, power, attack, defense): self.power = power self.attack = attack self.defense = defense warrior = Create(300, 50, 150) wizard = Create(500, 100, 230) characters = [ "warrior", "wizard" ] …

Member Avatar for Schol-R-LEA
0
200

The End.