Skip to content

Commit cd998e4

Browse files
author
Kalle Fagerberg
committed
flesh out idea
1 parent 7433ed5 commit cd998e4

4 files changed

Lines changed: 140 additions & 1 deletion

docs/2026-03-15-16-32-59-image.png

1.16 MB
Loading
2.96 KB
Loading
3.3 KB
Loading

docs/post-gamejam-ideas.md

Lines changed: 140 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ What didn't work
1515

1616
1. firefly selection in the "field" is bad
1717

18-
2. racing is boring
18+
2. the racing in this game is boring
1919

2020
3. design doesn't support multiplayer that well
2121

22+
4. takes too long to get into a race. Too many steps. Should be more "arcade friendly"
23+
24+
5. planning for multiple challenge types was such a dreamy big scope for a gamejam. The game should try to only pick 1 thing and be good at that first and foremost, which for this game should be the racing.
25+
2226
## Racing is boring
2327

2428
Idea: have a "impossible game" / "chrome no internet game" inspired race instead
@@ -36,4 +40,139 @@ Idea: have a "impossible game" / "chrome no internet game" inspired race instead
3640

3741
- Maybe use a more 2-dimensional map, like SpeedRunners![](2026-03-02-23-18-31-image.png)
3842

43+
## New racing design
44+
45+
Firefly is always moving to the right
46+
47+
### Questions
48+
49+
- What does the playing field look like? Is the player (the firefly) close to the ground?
50+
51+
- <img src="2026-03-15-16-54-00-post-gamejam-ideas-board-example.png" title="" alt="" width="369">
52+
53+
- Close to the ground, same as before
54+
55+
- Only moving left-to-right (can't reverse)
56+
57+
- How to make multiple players visible at the same time
58+
59+
- Each move on a lane horizontally. When the map curves, the lane's path curves too
60+
61+
- Player can't freely move vertically. They only move vertically when the map bends vertically
62+
63+
- <img src="2026-03-15-17-05-09-post-gamejam-example-with-lines.png" title="" alt="" width="367">
64+
65+
- (The red lines in the image above wouldn't necessarily be visible in-game. Just for demonstration of the lane paths they follow)
66+
67+
- Can you have multiple fireflies following, like in "Horse Runner DX"?
68+
69+
- Let's not, as we have limited resources and it could get too noisy
70+
71+
- What are the controls?
72+
73+
- Firefly moves to the right on its own
74+
75+
- Player can chose to jump over obstacles
76+
77+
- Sprint (short speed boost, like nitro in car games)
78+
79+
- Doesn't refill by itself. Pickups or other actions fills it up
80+
81+
- Switch lane up or down
82+
83+
- Do this by pointing up/down on the touch pad and pressing jump, and the firefly will then jump to that lane
84+
- Do this to avoid obstacles or to get behind another player
85+
86+
- What is the primary goal?
87+
88+
- Reach the finish line first
89+
90+
- What is the secondary goal?
91+
92+
- Collect extra points
93+
94+
- Jumping over rocks
95+
96+
- Go through special hoops that gives a few points and small speedup
97+
98+
- Points give you more cash to use on your firefly
99+
100+
- Pickups
101+
102+
- You eat the pickups (snails/worms on the road)
103+
104+
- Temporarily increase sprint duration
105+
106+
- What are the obstacles?
107+
108+
- Water traps that slows you down
109+
110+
- Rocks/logs in the way that briefly stun you
111+
112+
- Different map biomes have different obstacles
113+
114+
- Are the fireflies different?
115+
116+
- (as-in: does the firefly "speed" and "nimbleness" play a role?)
117+
118+
- Speed = speed
119+
120+
- Nimbleness = how fast you jump & switch lane, and how fast you get to top speed at start of game and after hitting an obstacle (i.e acceleration)
121+
122+
- Stamina (new) = how long you can sprint, and perhaps worse stamina means you slow down a little after using sprint
123+
124+
- Vision (new) = how far ahead you can see (beneficial when in 1st place, does nothing when you're in last place)
125+
126+
- How to impact other players?
127+
128+
- No direct impact, except for stressing out your other players
129+
130+
- Other ideas to experiment with:
131+
132+
- Maybe does a small fart when you use your sprint which slows down players behind you on the same lane
133+
134+
- Maybe add abilities from pickups (e.g drop bananas, bullet-bill)
135+
136+
- Maybe add collisions, so you can't just race past someone but you have to overtake using a different lane. Meaning you can also block someone from overtaking you
137+
138+
- What kinds of blue-shells exists?
139+
140+
- (as in, "blue shell" from Mario Cart, to punish people who are in the lead)
141+
- Following another player fills up your sprint stamina (aka "drafting" in racing games)
142+
- Must be close behind in the same lane
143+
- Less vision in front when you're in 1st place. Camera gives lots of vision when you're in last place.
144+
- Less time to react for dodging obstacles
145+
- When you're in 2nd place and is closing up on the player in 1st place, then the camera slowly starts moving to the left to reveal less. Up until you're in 1st place and then you get the "1st place vision".
146+
- Maximum vision for everyone in the beginning of each race
147+
148+
### Jonas Tyroller's model for "fun"
149+
150+
<img src="2026-03-15-16-32-59-image.png" title="" alt="" width="389">
39151

152+
Source: <https://www.youtube.com/watch?v=7L1B5YaxxoA>
153+
154+
#### Impact/reward
155+
156+
- You control the firefly
157+
158+
- Your actions make you get ahead in the race
159+
160+
- Feedback when clearing an obstacle (+10 score)
161+
162+
- Big reward when finishing the race
163+
164+
#### Challenge
165+
166+
* Compete against other fireflies (players and/or AI)
167+
168+
* Racing against other fireflies with different stats ("asymmetrical skirmish")
169+
170+
#### Fantasy
171+
172+
- Fireflies are cute
173+
174+
- Customization
175+
176+
- hats
177+
178+
- different firefly models/"mutations"

0 commit comments

Comments
 (0)