You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/cp-doom.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
id: 4
2
2
slug: cp-doom
3
3
name: CP Doom
4
-
author: QBos07
4
+
author: diddyholz,QBos07
5
5
description: A Doom source port for the Classpad II. You also need the WAD. Check the details
6
6
longDescription: |-
7
7
CP Doom is a source port of the classic first-person shooter Doom, built specifically for the CASIO ClassPad II (fx-CP400) running Hollyhock-3. Experience the iconic gameplay on your calculator with optimized performance for the device's hardware.
Copy file name to clipboardExpand all lines: apps/cp-pong.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
id: 3
2
2
slug: cp-pong
3
3
name: CP Pong
4
-
author: PyCSharp
4
+
author: SnailMath, PyCSharp
5
5
description: A simple Ping Pong Game for the Casio FX-CP400.
6
6
longDescription: |-
7
7
CP Pong is a lightweight two-player Pong game built for the CASIO ClassPad II (fx-CP400) running Hollyhock-3. Designed for quick sessions and local multiplayer, it delivers responsive controls and classic arcade gameplay optimized for calculator hardware.
Copy file name to clipboardExpand all lines: apps/cpboy.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
id: 5
2
2
slug: cpboy
3
3
name: CPBoy
4
-
author: QBos07
4
+
author: diddyholz,QBos07
5
5
description: A Game Boy (DMG) emulator for the Classpad II. You need roms. Check the details
6
6
longDescription: |-
7
7
CPBoy is a work-in-progress Game Boy (DMG) emulator for the CASIO ClassPad II (fx-CP400), built on the Peanut-GB core by deltabeard and ported for Hollyhock-3. It enables playback of classic Game Boy titles on calculator hardware with performance optimizations tailored to the device's constraints.
Copy file name to clipboardExpand all lines: apps/python.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
id: 2
2
2
slug: python
3
3
name: Python
4
-
author: Hollyhock Team
4
+
author: Lephe, Hollyhock Team
5
5
description: The REAL snake game. Python interpreter for the Classpad II, create apps and games.
6
6
longDescription: |-
7
7
Python is a full-featured Python 3 interpreter for the CASIO ClassPad II (fx-CP400), built on the Gint framework and PythonExtra runtime. Write, test, and execute Python scripts directly on your calculator, from simple utilities to interactive games and graphical applications. Break free from BASIC and leverage a modern, expressive language optimized for calculator hardware.
description: A very simple demo of a fixed-point raycaster for the fx-CP400 with texture and sprite support.
6
+
longDescription: |-
7
+
This is a very simple demo of a fixed-point raycaster for the fx-CP400 with texture and sprite support. To run it, you will need the hollyhock SDK.
8
+
9
+
## Installation
10
+
11
+
Copy the .hh3 file into the root directory of your calculator and launch it through the hollyhock menu.
12
+
13
+
## Building
14
+
15
+
Easiest way to start is to fork this repo and to open in GitHub codespace (in the clone menu), or locally on a devcontainer (VSCode would prompt to use them when openning the repo).
16
+
17
+
For advanced users, it is possible to use docker locally. See: [Getting Started in V3](https://classpaddev.github.io/wiki/hh3/getting-started/introduction/)
18
+
19
+
Then just run `make` in the projects directory.
20
+
21
+
## Controls
22
+
23
+
- **DPAD**: Move / Look around
24
+
- **Shift**: Toggle 2D Map rendering
25
+
- **Shift + Clear**: Quit Application a raycaster.
Copy file name to clipboardExpand all lines: apps/tetris.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
id: 8
2
2
slug: tetris
3
3
name: Tetris
4
-
author: Hollyhock Team
4
+
author: De_Coder, Hollyhock Team
5
5
description: Simple Tetris game.
6
6
longDescription: |-
7
7
Tetris is a minimalist implementation of the iconic block-stacking puzzle game, built natively for the CASIO ClassPad II using the Hollyhock-3 SDK. Arrange falling tetrominoes to complete horizontal lines, clear them from the playfield, and rack up points as the pace gradually increases. A faithful, no-frills experience optimized for calculator hardware.
0 commit comments