Skip to content

Simple Battleship game as an intro to python/coding

Notifications You must be signed in to change notification settings

oifland/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

battleship

Simple Battleship game as an intro to python/coding

I'm building this as a short tutorial for kids to introduce programming concepts, such as

  • Basic console I/O
  • Data types
    • Strings
    • Integers
    • Dictionaries
    • Arrays
  • Flow control
    • for loops
    • if statements
    • REP Loops (eventually...)
    • functions (eventually...)

Take a look at the commit history to see how it has evolved.

About

Simple Battleship game as an intro to python/coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages