😎
CS1.dev
  • Welcome to Computer Science 1
  • Unit 2
    • Activity 2.1
    • Activity 2.2
    • Activity 2.3
    • Activity 2.4
    • Activity 2.5
    • Activity 2.6
    • Activity 2.7
    • Activity 2.9
    • Activity 2.10
    • Project 2
    • Activity 2.8
    • Activity 2.11
    • Activity 2.12
    • Activity 2.13
    • Activity 2.14
    • Activity 2.15
    • Activity 2.16
    • Activity 2.17
    • Activity 2.18
    • Activity 2.19
    • Project 3
    • Activity 2.20
    • Activity 2.21
    • Activity 2.22
    • Activity 2.23
    • Activity 2.24
    • Project 4
    • Activity 2.25
    • Activity 2.26
    • Activity 2.27
    • Activity 2.28
    • Project 5
    • Activity 2.29
    • Activity 2.30
    • Activity 2.31
    • Activity 2.32
    • Activity 2.33
    • Activity 2.34
    • Activity 2.35
    • Activity 2.36
  • Unit 3
    • Activity 3.1
    • Activity 3.2
    • Activity 3.3
    • Activity 3.4
    • Activity 3.5
    • Activity 3.6
    • Activity 3.7
    • Activity 3.8
    • Activity 3.9
    • Activity 3.10
    • Activity 3.11
    • Project 6
    • Activity 3.12
  • Activity 3.13
  • Activity 3.14
  • Activity 3.15
  • Activity 3.16
  • Project 7
  • Activity 3.17
  • Activity 3.18
  • Activity 3.19
  • Project 8
  • Linux
    • bash
    • cat
    • cd
    • chmod
    • df
    • echo
    • find
    • grep
    • less
    • ls
    • mkdir
    • more
    • pwd
    • tar
    • touch
    • unzip
    • zip
Powered by GitBook
On this page
  • Source Code
  • Download
  • Winsel's README
  • WN-Y1-Project2
  • genuine game made in python
  • |__ Manual __|
  • have fun lol
  1. Unit 2

Activity 2.12

Source Code

print("Name: ") # add your name here
print("Activity 2.12")

# Example 1


# Example 2


# Example 3

Download

In the Terminal, type this command:

wget https://secure.csprinciples.xyz/game.py

Winsel's README

WN-Y1-Project2

genuine game made in python

created and finished 11/18/24

-Save and Load Functionalities

  • 45 Pokemon / Pocket Monsters in Total

  • The game is Beatable

|__ Manual __|

[0.1 - Keybinds]

Any version of these keys will work:

Up == "W"

Down == "S"

Left == "A"

Right == "D"

if you obtained the Poke-Gear

Poke-Gear Menu == "X"

[1 - Save Data.]

Save Data is created either as a copyable code to paste in the Load menu, Or as a Text File.

When you ask to Save your data, You have the option to create a seperate .txt file instead of writing down the code yourself.

The seperate .txt file is named,"PocketMonstersSave.txt"

This .txt file is automatically read if you confirm that you have one when loading.

{ Farmer Joe }

  • To begin saving your data, Reach Viridian City and speak to Farmer Joe inside of Viridian City Pokemon Center.

( he looks like this "ꆜ" )

-Farmer Joe will hand you the Poke-Gear, allowing you to finally open the Poke-Gear Menu.

{ Poke-Gear Menu }

  • Inside the Poke-Gear Menu -- [Stars]

--- How many times the game has been Cleared.

--- If you havent beat the game, you have no stars.

-- [Pokemon]

-- Allows you to check the Pokemon in your party.

-- Prints their Name, HP, and All Stats.

-- [Save Codes]

-- Allows you to create a Save Code, Explained Previously.

-[Exit]

-Exit to Overworld.

[ 2 - Catching More Pokemon ]

To catch more Pokemon, Reach Viridian City and enter the Safari ( which looks like this "â—€ " )

{ Safari Zones }

----[ Wild Encounters ]

----Standing inside of Grass, Rocks, Or Ponds enters you into a Pokemon Battle with a random selection of Pokemon.

----Overworld Encounters

Ratata, Pidgey, Ghastly, Snorlax

----Bug Encounters

Weedle, Caterpie, Scyther, Abra

----Rock Encounters

Geodude, Onyx, Machop, Zubat, NidoranM, Jigglypuff

----Water Encounters

Lapras, Polywag, Psyduck

have fun lol

PreviousActivity 2.11NextActivity 2.13

Last updated 6 months ago