nikhilsingh13 / SideProjects

It contains projects which I've finished to a stage where it can be used by others also.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SideProjects

Contents:

Python:

1. Basic Calculator

I wanted to create a very simple Calculator by not using the regular if-else-then / switch method, instead with a function like eval which can compute the equation and the function works like a normal Calculator mostly.
Ideation Date: September 21, 2017

2. Role Playing Game

A simple role-playing game consisting of 3 players (user) and 3 enemies with the usual Attack, defense and magic spells. Download all the files maintaining the folder structure (classes folder).
Ideation Date: November 15, 2019

  • a lot of the projects are in final stages and will soon be uploaded.

About

It contains projects which I've finished to a stage where it can be used by others also.


Languages

Language:Python 100.0%