No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
None
- Interests
- Computer Programming
- PC Specs
- Don't Know
2 Posted Topics
Re: 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 … | |
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" ] … |
The End.