Skip to content

PYTHON - Ramp/up closure project, we were asked to make a version of the mythical game: BATTLESHIP

Notifications You must be signed in to change notification settings

damsoler/Battleship-Game

Repository files navigation

BATTLESHIP 🚀 🚢💥💥

PYTHON - Ramp/up closure project, we were asked to make a version of the mythical game: BATTLESHIP

🔩 INTRO

📠📃 typewriter simulator

from os import system
import sys, time

def texto_vintage(texto):
	for letra in texto:
		sys.stdout.write(letra)
		sys.stdout.flush()
		time.sleep(0.000025)	

image


image


image

About

PYTHON - Ramp/up closure project, we were asked to make a version of the mythical game: BATTLESHIP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published