A roguelike about skipping lectures and breaking the game.
Play
·
Report Bug
·
Request Feature
Table of Contents
Lecture Skipper is a roguelike game about skipping lectures. It takes inspiration from popular roguelikes where you get to break the game with over-powered items.
It is 75% vibe-coded and made in a few weeks while skipping lectures. The internal game logic is decent because most of it is written by me, but the UI code is a mess. AI was not used in the writing of the story.
On a real note, unless you have good reasons, don't skip lectures. It doesn't give you bragging rights, you are just refraining from going to lectures which you paid for.
- TypeScript
- Vite
- Tailwind
- React
- ShadCN
- chroma-js
- Lucide React icons
- Mustache
The game can be played here, but if you would like to run a local copy of the game or modify it then follow the steps below.
Lecture Skipper is built and developed with Node.js, so you'll need to install it if you haven't already.
- Clone the repo (or download a .zip from the green "Code" button near the top)
git clone https://github.com/KrisPuusepp/LectureSkipper.git
- Install NPM packages (with Command Prompt or some other terminal open in the folder)
npm install
- Start a Vite local server (with Command Prompt or some other terminal open in the folder)
npm run dev
- Open
http://localhost:5173/
Distributed under the MIT license. See LICENSE for more information.