Skip to content

SkylerKidd/CodeZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProjectCodeZ

Dice Simulator

Python 3.4

This is a simple command line application that allows users to input values for a roll of dice. User inputs both number of dice (1-10) and number of sides (2-20). The results are then printed out.

#####Input example:

3d6

#####Output example:

Roll 1 : 4
Roll 2 : 5
Roll 3 : 4
Sum:  13

Breakout

Python 2.7 and Pygame

#####To play:

cd Breakout/
python game.py

About

Projects done with friends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages