# Coneguy 64 devlog & stuff

**URL:** https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461
**Category:** Collaboration
**Tags:** game
**Created:** [January 29, 2024, 11:26pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461 "2024-01-29T23:26:54Z")
**Posts on this page:** 20
**Page:** 2

<div class="post-metadata">

### Author: ![RobbyZero](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/robbyzero/32/17188_2.png) [@RobbyZero](https://forum.makecode.com/u/RobbyZero)
#### Post date: [January 31, 2024, 5:10pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/24 "2024-01-31T17:10:19Z")

</div>

💬  
Cone guy what’s hiding under that cone ? Is it another cone. Maybe a cone in a cone in a cone

---

<div class="post-metadata">

### Author: ![Brainstorm\_Studios](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/brainstorm_studios/32/20476_2.png) [@Brainstorm\_Studios](https://forum.makecode.com/u/Brainstorm_Studios)
#### Post date: [January 31, 2024, 5:15pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/25 "2024-01-31T17:15:24Z")

</div>

💬 hey coneguy, I’ve been looking for a friend of mine named Ryan. Floating hands, green shirt, I’m sure you know what he looks like. Have you seen him around here?

---

<div class="post-metadata">

### Author: ![TheConeGuy](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theconeguy/32/13840_2.png) [@TheConeGuy](https://forum.makecode.com/u/TheConeGuy)
#### Post date: [February 1, 2024, 5:22pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/26 "2024-02-01T17:22:57Z")

</div>

**Devlog 0.1:**

Another modified build by @TheJaky. Very basic gameplay. Basically nothing is here.

To do:

- Add dashing, drifting, wallclimbing, long jumping (activated by grabbing and then jumping,) triple jumping (activated by jumping three consecutive times when touching the ground), rolling/diving, uppercutting (activated by pressing up before pressing the grab button,) taunting (activated by crouching and pressing down,) breakdancing (activated by holding down after taunting), and parrying.

- Add sprites and polish, like a hitbox for the player.

- Add actual functioning enemies that act like the Cheeseslime from Pizza Tower.

If anyone has ideas to implement these, please let me know!

my tiny brain has no idea how to implement this stuff lol

> **[platformer 64 project (0.0.1 build, thanks to TheJaky)](https://arcade.makecode.com/S84808-21201-90890-82329)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![randomuser](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/randomuser/32/32505_2.png) [@randomuser](https://forum.makecode.com/u/randomuser)
#### Post date: [February 3, 2024, 12:41am UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/27 "2024-02-03T00:41:48Z")

</div>

Awesome!!

---

<div class="post-metadata">

### Author: ![Archer\_Bright](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/archer_bright/32/32896_2.png) [@Archer\_Bright](https://forum.makecode.com/u/Archer_Bright)
#### Post date: [February 5, 2024, 5:11pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/28 "2024-02-05T17:11:09Z")

</div>

Look, I may have told the police your address because they arrested me for pirating around 60 Nintendo games, I then proceeded to frame you to save my butt

Sorry 😉

---

<div class="post-metadata">

### Author: ![gamestation1](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/gamestation1/32/27176_2.png) [@gamestation1](https://forum.makecode.com/u/gamestation1)
#### Post date: [February 11, 2024, 9:53pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/29 "2024-02-11T21:53:44Z")

</div>

That’s 2 people on my list.  
(EXEGUY ARG LORE)

---

<div class="post-metadata">

### Author: ![TheConeGuy](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theconeguy/32/13840_2.png) [@TheConeGuy](https://forum.makecode.com/u/TheConeGuy)
#### Post date: [February 15, 2024, 12:55am UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/30 "2024-02-15T00:55:06Z")

</div>

**Devlog 0.2**

Still working on the moveset, and now the sprites.

Making sprites is hard ngl

 ![eh](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/a/a1825428bc626a429054e4849030d2c86bb8ad5e.png)

---

<div class="post-metadata">

### Author: ![goldtopaz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/goldtopaz/32/28622_2.png) [@goldtopaz](https://forum.makecode.com/u/goldtopaz)
#### Post date: [February 15, 2024, 1:29am UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/31 "2024-02-15T01:29:37Z")

</div>

@TheConeGuy I just want to throw this out here real quick but did you know that you can make power ups and collectables without using sprites? it’s real easy like make a tile then place the code of what that collectable does when you overlap with a tile. it reduces a lot of lag!

---

<div class="post-metadata">

### Author: ![Brainstorm\_Studios](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/brainstorm_studios/32/20476_2.png) [@Brainstorm\_Studios](https://forum.makecode.com/u/Brainstorm_Studios)
#### Post date: [February 15, 2024, 6:10pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/32 "2024-02-15T18:10:56Z")

</div>

You’re right, but then small details like animation are sacrificed, and it significantly decreases the presentation quality of the game itself. That’s why I use sprites for collectibles and save the tile functionality for stuff that is interactive but not exactly animated, like pulse orbs and impact blocks, with some rare exceptions like springs.

---

<div class="post-metadata">

### Author: ![danger\_kitty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/danger_kitty/32/32006_2.png) [@danger\_kitty](https://forum.makecode.com/u/danger_kitty)
#### Post date: [February 15, 2024, 6:21pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/33 "2024-02-15T18:21:43Z")

</div>

Hey goldtopaz did you know that you can make a powerups without any sprites or tiles. It’s pretty easy all you have to do is set a loop that detects when a sprite is in a tile and give it a powerup. And for the power up to show up on your screen before then use the block the in sprite util extension that lets you draw on the screen and and draw your powerup onto the screen and have it disappear when collected. This is without a sprite or tile which saves a tile slot. This all leads to show that there are many different ways of doing something as simple as powerups

---

<div class="post-metadata">

### Author: ![randomuser](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/randomuser/32/32505_2.png) [@randomuser](https://forum.makecode.com/u/randomuser)
#### Post date: [February 16, 2024, 5:10pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/34 "2024-02-16T17:10:43Z")

</div>

Does he skateboard? : D

---

<div class="post-metadata">

### Author: ![InvalidProject](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/invalidproject/32/32554_2.png) [@InvalidProject](https://forum.makecode.com/u/InvalidProject)
#### Post date: [February 16, 2024, 5:16pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/35 "2024-02-16T17:16:46Z")

</div>

💬 Hey Coneguy, Whiskers wants to know if you could beat his kind up. This is him asking, not me!!

---

<div class="post-metadata">

### Author: ![Cursedeclipse](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/cursedeclipse/32/13499_2.png) [@Cursedeclipse](https://forum.makecode.com/u/Cursedeclipse)
#### Post date: [February 16, 2024, 5:16pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/36 "2024-02-16T17:16:56Z")

</div>

💬 hey Coneguy, you said you ate a goomba, have you eaten a toad? do they taste good?

---

<div class="post-metadata">

### Author: ![\_jupiter](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/_jupiter/32/28012_2.png) [@\_jupiter](https://forum.makecode.com/u/_jupiter)
#### Post date: [February 16, 2024, 5:45pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/37 "2024-02-16T17:45:23Z")

</div>

hey did you’re computer disappear by any chance?  
👀 👀 👀

---

<div class="post-metadata">

### Author: ![TheConeGuy](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theconeguy/32/13840_2.png) [@TheConeGuy](https://forum.makecode.com/u/TheConeGuy)
#### Post date: [February 16, 2024, 10:36pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/38 "2024-02-16T22:36:02Z")

</div>

💬

“Isn’t a Toad…uh…conscious?”

---

<div class="post-metadata">

### Author: ![TheConeGuy](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theconeguy/32/13840_2.png) [@TheConeGuy](https://forum.makecode.com/u/TheConeGuy)
#### Post date: [February 16, 2024, 10:36pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/39 "2024-02-16T22:36:07Z")

</div>

Yes, he skateboards. At mach speeds.

![ezgif-7-3c8019b529](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/c/c592103b91b7fd320e40fe190ea72478c5860225.gif)

---

<div class="post-metadata">

### Author: ![\_jupiter](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/_jupiter/32/28012_2.png) [@\_jupiter](https://forum.makecode.com/u/_jupiter)
#### Post date: [February 16, 2024, 11:57pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/40 "2024-02-16T23:57:49Z")

</div>

**trick of animation:**  
the animation played is actually running at about 5 frames only which is cool

---

<div class="post-metadata">

### Author: ![TheConeGuy](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theconeguy/32/13840_2.png) [@TheConeGuy](https://forum.makecode.com/u/TheConeGuy)
#### Post date: [February 24, 2024, 1:02am UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/41 "2024-02-24T01:02:44Z")

</div>

Unrelated but I found a random animation of The Noise from Pizza Tower and decided to recreate a frame of it with Coneguy.

It was pretty fun to make, to be honest. Maybe I’ll make the full animation and some others if I ever needed them for a different project.

 ![pixil-frame-0 (74)](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/f/f0d5015df31bbb432be1c10c4b8277ec723dceb4.png)

The original frame in question:

 ![pixil-frame-0 (75)](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/8/8bb48fa44383966ad8755b6407fe165029c27d0e.png)

---

<div class="post-metadata">

### Author: ![BoostedGames](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/boostedgames/32/29419_2.png) [@BoostedGames](https://forum.makecode.com/u/BoostedGames)
#### Post date: [February 26, 2024, 5:45pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/42 "2024-02-26T17:45:59Z")

</div>

this feels like pizza tower than mario 64 (i never played it but ik its not this)

---

<div class="post-metadata">

### Author: ![BoostedGames](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/boostedgames/32/29419_2.png) [@BoostedGames](https://forum.makecode.com/u/BoostedGames)
#### Post date: [February 26, 2024, 5:46pm UTC](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461/43 "2024-02-26T17:46:00Z")

</div>

still cool though

[Previous page](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461.md?page=1)

[Next page](https://forum.makecode.com/t/coneguy-64-devlog-stuff/26461.md?page=3)
