Skip to content

PatrickS83/WebdevClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDevClicker

My take on the idle-game genre. A clicker game with a WebDevelopment Theme in 100% vanilla JS. No frameworks, no dependencies.

Work-in-progress alpha version

Motivation

This game was my first bigger javascript project. It was mainly a project to learn. I had several goals:

  1. Putting all the JS basics I have learned together into one project.
  2. Familiarize myself with the ES6 class-syntax and code structuring
  3. Experience the pro and contras of static HTML vs dynamically created HTML through JS

All in all I realized that I liked dynamically created HTML much more than static, especially in highly interactive environments. Thats why started to focus on React soon after.

Demo

Playable demo online at:

http://patrickschuelke.me/WebdevClicker/index.html

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

No prerequisites. All you need is a modern browser.

Installing

  1. Clone the repo

  2. Done

Development environment

Run any form of live server.

live-server

Deployment

currently not ready to be deployed

Built With

Author

License

This project is licensed under the MIT License

About

Idle-clicker-game with a WebDevelopment Theme :octocat:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published