Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.58 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.58 KB

My python sandbox

  • for learning to write python
  • Solving algorithms with python
  • And building simple tools with python

Notes

  • So hope this semi-column-less, no variable key word, language doesn't corrupt muy urge for writing neat code in other languages like TypeScript | Java | JavaScript and other languages.

Other Sandboxes

I have the following sandbox repositories too.




Playing my mini game: Attack HttpClientProviderOn Monsters 😅

navigate into the attack-on-monsters directory and run

  # on ubuntu
  python3 index.py
  • This should initialize the game and get you started.
  • Follow game instructions to play

Game description

Attack On Monsters is a python Script I've written, on where the user get's to interact with the game, and take decisions that'll impact their game play.

preview another-game-play

While building this game, I got to learn a some things about python, and also, understood a few thins about the vim editor (I'm using neo Vim)

Enjoy a piece of ARTTT 😌




Also checkout my portfolio here

Wanna learn how to create a virtual environment (v-e), read my docs here