Nexclap

ShelterMe

The website is designed to bring awareness to shelters and provide resources for people using our site and game. Made with a team.

//Final Product: https:shelterme.github.io/homepage.html //Code: https://github.com/ShelterMe/ShelterMe.github.io

Rock, Paper Scissors

Play rock paper scissors with a computer as many times as you want

import random userInput = raw_input("Rock, Paper, or Scissors? ") computer = random.randint(1,3) if computer == 1: print("CPU chose Rock") if computer == 2: print("CPU chose Paper") if computer == 3: print("CPU chose Scissors") if userInput == "rock" and computer == 1: print("Tie") if userInput == "rock" and computer == 2: print("You Lose") if userInput == "rock" and computer == 3: print("You win") if userInput == "paper" and computer == 1: print("You win") if userInput == "paper" and computer == 2: print("Tie") if userInput == "paper" and computer == 3: print("You lose") if userInput == "scissors" and computer == 1: print("You lose") if userInput == "scissors" and computer == 2: print("you win") if userInput == "scissors" and computer == 3: print("tie")
Akshay Jun 05

This is amazing!

tree

from turtle import * bgcolor("lightblue") color("brown") begin_fill() penup() right(90) forward(200) pendown() right(90) forward(50) right(90) forward(150) right(90) forward(50) right(90) forward(150) right(90) forward(50) penup() right(90) forward(150) left(90) pendown() end_fill() color("green") begin_fill() forward(200) right(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) left(90) forward(50) right(90) forward(50) right(90) forward(200) end_fill() color("lightGreen") penup() left(90) forward(150) pendown() begin_fill() left(90) forward(350) left(180) forward(400) forward(350) left(180) forward(350) left(180) forward(300) left(90) forward(100) left(90) forward(600) forward(100) left(90) forward(100) end_fill() color("yellow") penup() forward(500) left(90) forward(600) forward(200) right(90) pendown() begin_fill() forward(50) left(180) forward(50) forward(100) right(90) forward(200) forward(25) right(90) forward(200) right(90) forward(200) end_fill()
Announcements
  • Test Announcement from Nexclap

    Test message from nexclap - please ignore

    2023-02-13

  • Test message

    Test message from nexclap - please ignore

    2023-02-11

  • Test message

    Test message from nexclap - please ignore

    2023-02-11

  • View all