https://github.com/ethancarollo/galaktoon
A little role-play game made in p5.js
https://github.com/ethancarollo/galaktoon
javascript-game p5js rpg-game webgame
Last synced: about 1 year ago
JSON representation
A little role-play game made in p5.js
- Host: GitHub
- URL: https://github.com/ethancarollo/galaktoon
- Owner: EthanCarollo
- Created: 2023-01-18T10:23:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:59:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T20:37:00.097Z (over 1 year ago)
- Topics: javascript-game, p5js, rpg-game, webgame
- Language: JavaScript
- Homepage: https://galaktoon.vercel.app/
- Size: 11.2 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
     
# GALAKTOON
#### Galaktoon is a web video game made with p5.js currently in developpement
### Table of Contents
1. [Techologies]
2. [How To Play]
2. [Engine Informations]
3. [Features Informations]
4. [Studio Informations]
## 1. Techologies
#### P5.js
This game only use the p5.js library.
* [p5.js] (https://p5js.org/) : v1.5.0 || October 18, 2022
## 2. How To Play
### Choice One
* 1 - Download the source
* 2 - Install the "live server" extension in Visual Studio Code
* 3 - Open index.html in Visual Studio Code
* 4 - Click on "Go Live" in the right bottom corner of the window
* 5 - Enjoy !
### Choice Two
* Play on [Galaktoon](https://galaktoon.vercel.app/)
## 3. Engine Informations
##### Engine One works with a 2D top down view.
##### Engine Two works with a 2D the same view but has a turn based fight system.
## 4. Features Informations
* This game is optimized for a 1920*1080 screen
* Start Menu is usable and show what we are actually loading (in terms of assets)
* Player Movement and collision system.
* Map creation (with y-axis).
* Player can interact with tile.
* Camera smooth follow the player.
* Player can travel through planets from the control panel.
* Player can fight enemy !
* Player can now level Up !
* Quests are now finished !
* Npc pathing is displonible & generics for both engine
* A tool for create map is disponible here ! : https://github.com/EthanCarollo/GalaktoonToolMapCreator
## 5. Studio Informations
##### Us
We are a group of 4 students ! 3 web designers and 1 developper. This game is a pedagogical project, it is absolutely not intended for commercial purposes.