hksonngan / 2048-Starter

A CS0 game for beginning students in Computer Science, developed by Paradigm Shift.

Home Page:https://goo.gl/34kNbl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048-Starter

Dependencies:

Necessary: Python3

Optional (but important): Getch, Termcolor, Tkinter

Download Python3 from here: https://www.python.org/downloads/

Use these commands to install the optional but important dependencies:
	python3 -m pip install getch
	python3 -m pip install termcolor

Structure of Repo: Bare starter files included. Check other GitHub repo for staff solution.

2048 Spec: https://goo.gl/34kNbl

Using the code:

To run: 	python3 starter_2048.py

To test: 	python3 autograder.py 					

About

A CS0 game for beginning students in Computer Science, developed by Paradigm Shift.

https://goo.gl/34kNbl


Languages

Language:Python 100.0%