Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

From school, to home, for school. 2021-2022

Notifications You must be signed in to change notification settings

DiamondCoder02/InSchoolProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InSchoolProgramming

These are all from and for my (hungarian) IT class.

  • _help - Basic files, cheat sheet and a run.bat for easy python extension installation.
  • Back_from_school - Stolen from school. Just if needed in future. No issues for them!
  • ClickClick - New project idea to test mouse and keyboard input for the terminal. Lazy to make seperate repository.
  • Guess_the_number_Game - Finished homework. Playable if you know how to start .py files. Done with it.
  • Tic-tac-toe - Small project for myself. Lazy to make seperate repository.

If anyone in my school copies this at least change the code a bit. I know you.

Current ideas: Tic-tac-toe, text adventure?

How to instal and play games:

  1. Get python and install it if you don't have it. (https://www.python.org/downloads/)

I did this on 3.9.7, but most 3.X versions should work, I think...

  1. While installing make sure to add it to "path" at the bottom then just press install.

You might need some extra stuff. Just download the run.bat file from _help and double click on it.

  1. When done you should be able to just double click game.py to play.

Dont forget to download the whole game file as some has language files and it will not work without them. If douple click does not start it: Where the game.py is, open up a console and type "python game.py" (without "").

If something doesn't work, just make an issue and I will look into it.