Home Simple (and old) Projects Experiments RaNdOm STuFf Games New Things Done Soon

Hello,

and

welcome

to


   pascalsprojects.

us

!


This is a website that I have had for a long time. Its history started arond 2013, which was when I first started to learn to code simple HTML/Javascript/CSS programs. My website in 2013 was simple, and you can visit it here.


Most of you may now stop pretending to know exactly what HTML, Javascript, and CSS are. Here, I'll give you the basics.

HTML is short for Hyper Text Markup Language and is the basic framework of everything you see on a web page. For example,
this text you are reading right now is inside the HTML element '<p>', in which p stands for paragraph.

CSS is short for Cascading Style Sheets. CSS tells HTML elements how to show stuff (or not to show stuff at all).
For example, without CSS I would not be able to make this text red or have

this text move around

Last, but most definitely not least, is JavaScript. JavaScript makes a website dynamic by controlling both HTML and CSS.
It takes user input or action and does something with it, and that can be anything. For an example, click this text and sign in.
When you are done, look at the top left corner of you screen where it now greets you by the name that you entered in!

Everyone

has to

start


somewhere

, right?



This is where I started. These first few projects are simple,
from the classic "hello world" to some early experimenting.

Loops!

Early Loop Experiment!

SHOW ME!

Hello World!

"Hello World" started as a way to test C compilers
back when C was invented in 1972. It has since
been a useful and/or symbolic standard

SHOW ME!

what up
yo

Who doesn't

love


a good

Game?

Ah, you came here to play function not a function. Have fun!

Welcome to the page that has all of my


newest

projects!





This page has my projects that are still under construction, but some are nearing completion.
This means that some games may not be completely playable, or have some bugs.
If you come across any, please tell me and I will try to fix it soon.

First up we have

Tower Defense

Tower Defense is a game where you try to keep warriors, commanders, and wizards away from your home castle placing towers below in your land to attack them.
Play it here!

Popular Sites