Go back to Home

Sims 1 Downloads

Safety

All user-made objects are potentially risky to your game.  It is good practice to use a spare neighbourhood with Simmies you don't care about for testing new downloads when you first get them; and keep another spare unplayed neighbourhood for overwriting the test neighbourhood if it starts to crash frequently.  Even if an object works fine in most people's games, I can't guarantee it won't crash yours if you have something set up differently.

 

Checker 2 Player Game Unblocked Today

# Initialize Pygame pygame.init()

# Define constants BOARD_SIZE = 800 ROWS = 8 COLS = 8 SQUARE_SIZE = BOARD_SIZE // ROWS checker 2 player game unblocked

def move(self, row, col): self.row = row self.col = col # Initialize Pygame pygame

# Set up display screen = pygame.display.set_mode((BOARD_SIZE, BOARD_SIZE)) (col * SQUARE_SIZE

The game is played on a 64-square board with 12 pieces (checkers) per player. The goal is to capture all of your opponent's pieces or block them so they cannot move.

# Define piece class class Piece: def __init__(self, row, col, color): self.row = row self.col = col self.color = color self.king = False

# Draw game board screen.fill(WHITE) for row in range(ROWS): for col in range(COLS): if (row + col) % 2 == 1: pygame.draw.rect(screen, BLACK, (col * SQUARE_SIZE, row * SQUARE_SIZE, SQUARE_SIZE, SQUARE_SIZE)) if board[row][col] != 0: color = board[row][col].color pygame.draw.circle(screen, color, (col * SQUARE_SIZE + SQUARE_SIZE // 2, row * SQUARE_SIZE + SQUARE_SIZE // 2), SQUARE_SIZE // 2 - 10)

 

Locations

The objects on this site, unless otherwise stated, are designed for use on residential lots.  Many of them will work on locations such as Downtown too, but I cannot specifically support you with any problems arising from use on locations.  User-to-user support on such matters however is welcomed in the forums.

 

How to install Simlogical Sims1 downloads

Look to see if there is a .txt file in the zip that might give you any special instructions. If there are none, then take any .iff or .far files out of the zip and put them in Maxis\The Sims\Downloads.   You can make a folder called "simlogical" inside Downloads if you want, but don't keep the folders that your unzipper made.

 

Click picture to go to page...

       
  checker 2 player game unblocked  

APARTMENTS

An innovative system of tokens and cooperating objects to make a group of rooms function as a restricted-access apartment in an estate of up to four apartments.

       
  checker 2 player game unblocked  

DOORS WITH LOCKS

Most doors on this page are hacked so that they are either usable only by certain Sims, or at certain times of the Sim day.  Useful with the institution hacks above

 

This section also has a few individual doors that do other things instead of locking.

       
  checker 2 player game unblocked  

OBJECTS WITH RESTRICTIONS

All the objects on this page are hacked so that they are either usable only by certain Sims, or at certain times of the Sim day.  Useful with the locked door above, to stop Sims hankering after things they can't get to.

       
  checker 2 player game unblocked  

INSTITUTIONS

Hacked objects to make a fully functioning prison, hospital, or school

       
  checker 2 player game unblocked  

SEASON CHANGE

Outdoor objects and plants that can change all change their graphics at the same time to give the appearance of different seasons.  No re-buying to look Christmassy!

       
  checker 2 player game unblocked  

VISITOR CONTROL

Objects that teleport, control or change the status of visitors.

       
  checker 2 player game unblocked  

ZAPPERS

Signs that remove unwanted objects and Sims from the lot.

       
  checker 2 player game unblocked  

EVENT CONTROL

Multi-object multi-person "event" controllers with teleport and visitor control features, suitable for social events or workplace scenaria.  Sims are forced to use objects until freed by player or timer.  Helpful for storyboarding.

       
  checker 2 player game unblocked  

ENFORCEABLE

Individually controlled objects for use with Sims already on lot (including visitors and NPCs).  Sims are forced to use object until freed by player.  Helpful for storyboarding.

       
  checker 2 player game unblocked  

MOTIVES & SKILLS

Objects that give motives or skills a little (or even a lot of) help.

       
  checker 2 player game unblocked  

DRESSING

Objects that help the Sims to change outfits, some automatic.

       
  checker 2 player game unblocked  

CURTAINS

Real functioning curtains in various colours

       
checker 2 player game unblocked

PERMALAMPS

Lamps that stay on all the time

       
  checker 2 player game unblocked  

FIREPLACES

Safe fireplaces that don't set light to things.

       
  checker 2 player game unblocked  

MISCELLANEOUS

Miscellaneous hacked items

       
  checker 2 player game unblocked  

HOW TOs

Guides to using simlogical Sims 1 content as well as some general Sims 1 creating help