MorkaLork Demo Section
Welcome to the demo section of MorkaLork. This will be where I/we display various demos that I/we've put together.
Initially it will be mainly jQuery demos, but that might change.
jQuery Demos
- Basic window handline
-
- How to easily create very simple windows using jQuery. This demo displays windows that can be moved around and closed. There is no heavy graphics or css involved and the javascript is quite simple.
- Created by Magnus Ferm
- Conways Game Of Life (basic)
-
- A simple Conways Game of Life demo. Simple preferences including field size, number of generations and speed. The javascript part has been written as a jQuery plug-in.
- Created by Magnus Ferm
- Fishkiller Game
-
- A simple graphical illustration of how javascript could, but shouldn't, handle multiple graphical instances simultaneously. This demo allows the user to watch fishes swim around in a tank and interact with them. The user can toss them in the air or murder them (and revive them).
- Created by Magnus Ferm
- 3D-text
-
- A demo to show that you can have a 3-dimensional font on your webpage without using images. In this demo we use a plug-in I've written to create shades on text.
- Created by Magnus Ferm
- Flooder
-
- A puzzle-game made in jQuery.
- Created by Magnus Ferm