You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
Actor.HC | 2 years ago | |
Actor_Collision.HC | 2 years ago | |
Actor_Toss.HC | 2 years ago | |
Actor_WorkType.HC | 2 years ago | |
Backdrop.HC | 2 years ago | |
Cartoon.HC | 2 years ago | |
Config.HC | 2 years ago | |
Define.HC | 2 years ago | |
Demo.HC | 2 years ago | |
Dialog.HC | 2 years ago | |
Effects.HC | 2 years ago | |
File.HC | 2 years ago | |
Font.HC | 2 years ago | |
Fullscreen_Image.HC | 2 years ago | |
Game.HC | 2 years ago | |
HDAudio.HC | 2 years ago | |
Input.HC | 2 years ago | |
LICENSE | 2 years ago | |
Main.HC | 2 years ago | |
Map.HC | 2 years ago | |
Music.HC | 2 years ago | |
Opl.HC | 2 years ago | |
Palette.HC | 2 years ago | |
Platforms.HC | 2 years ago | |
Player.HC | 2 years ago | |
README.md | 2 years ago | |
Run.HC | 2 years ago | |
Sfx.HC | 2 years ago | |
Status.HC | 2 years ago | |
Tile.HC | 2 years ago | |
Util.HC | 2 years ago | |
Video.HC | 2 years ago | |
Vol.HC | 2 years ago | |
screenshot.png | 2 years ago |
README.md
cosmo-engine
Port of cosmo-engine to TempleOS
This is a work in progress and a lot of things are broken/need to be implemented properly (such as Events, i.e. "Press Any Key" only responds to ESC at the moment).
Usage
Clone the repo, create a RedSea ISO.C
image with the repo files and the game assets, #include "Run";
Controls
MOVE/LOOK: ARROW KEYS
JUMP: CTRL
DROP BOMBS: ALT
TODO
- Menus
- Ending sequence
- A lot of other things