You are browsing as a guest. Sign up (or log in) to start making projects!

Cy

@Cy

Joined June 1st, 2026

  • 32Devlogs
  • 4Projects
  • 3Ships
  • 45Votes
A solo programmer that makes games and other stuff! My website if you are interested: https://cybrock9000.github.io/CyberWolfGames/index.html
Open comments for this post

7h 49m 46s logged

I have done so much to the point where I probably wont even cover some of the stuff in this devlog. One of the main things is I added descriptions to items in the shop and when you choose your weapon. Ive added multiple new items that do cool things like the Torch will have a chance shoot out a flaming arrow when you attack (this stacks), and the Water Bottle that causes it to rain and damages enemy’s if they get splashed (this stacks too). I have added new weapons like the phoenix katana (that needs a nerf), crossbow and arcane staff. I have added a new enemy that sits there and shoots at you with shadow orbs that go mach 10. Also I have not posted the new map I mentioned in the last devlog to i added it here too. - Cy.

0
0
70
Open comments for this post

2h 1m 59s logged

Thank you to everyone who has voted on this project! I am currently fixing bugs and making things more easier. like the opcode color has returned. everything that needs a vec3 for color can also use color too. the difference is: for vec3: Var name vec3 255 0 0, and for color: Var name color red. color currently has 11 colors to choose from. I have added some variable functionality to some other opcodes and I am creating more demos too. (no that pic is not a new logo) - Cy.

0
0
19
Ship Pending review

I have make The Cyber Game Engine, witch is a EXTREAMLY light weight game engine made with python and pygame. This is only a demo but I feel its at a useable point even though it has its bugs (some I dont know how to fix like the blank buttons). The most challenging part was the NPCs and 3d Projection and all the little problems that add up. What I am most proud of is making this whole project under 1.44mb to make it fit on a floppy drive and actually seeing what this little project has become. People who are going to use this project, just know that there are bugs and I am planning to add more features like a main menu system and sutch.

  • 18 devlogs
  • 57h
Try project → See source code →
Open comments for this post

6h 7m 48s logged

Ive been working on this a lot lately and added multiple features, like: homing projectiles, another map, slight development on the different races you can play, and 2 new swords (3 in total now). there is the default Sword with ok range and a 90 degree AOD cone, then there is the Rapier which has a tiny 20 degree AOD cone but far attack range (attack range buffs are doubled for this sword), and lastly there is the Great Sword which has a huge 180 degree AOD cone and double damage but attack range buffs are halved and has a short attack range too. I also added a very simple hud (just the health and wave right now). and that is about it. - Cy :)

0
0
68
Open comments for this post

4h 15m 12s logged

I have done a lot of work today! I have removed the ai boid code and made something better (and more simpler). I have added a wave system, so when you kill all the enemies, you will be taken to the shop then back to the game. When you hit a enemy, particles will emit to make the enemy look like its bleeding. You can attack now with a feature that haunts all my projects: raycasting. I also added a song that I made the other day into this game that uses organs from my pipe organ sim too! (the first picture is the heavy WIP shop, and the second is the arena). I will start working on the Cobra programing language once its accepted and recommendations come in :).

0
0
4
Open comments for this post

1h 33m 35s logged

You can now give the option to make some NPCs pushable. NPCs now have wall collision and player collision is reworked so you dont “stick” on walls anymore.

0
0
8
Open comments for this post

3h 25m 59s logged

first devlog of another project. I like to have 2-3 projects going at once so I dont loose interest in any. but anyway, I am making a tiny roguelike. I have normal enemys that chase you and then enemys that have boid ai and go in groups to attack you. I have many plans for this game and I hope I be able to finish it. (the cobra programing language and cyber game engine is still being worked on, the pipe organ simulation might get an update, but I think I call it finished)

0
0
6
Open comments for this post

5h 6m 42s logged

Ive added a a few things like “dynamic” lighting and html documentation. Ive added some keyboard controls to the engine like moving the map with wasd. I changed some buttons around a tad and the gun works and sends NPCs a message (only one right now is die, but more flexibility soon). A demo ship might be coming soon maybe.

0
0
10
Ship

Cobra Programing language Beta V1!!!!

This little interpreted programing language was built to make 2d programing easier by making things simple. This language will combine multiple lines of code into one like foe example: Screen init 500 500. What this snit-bit of does is create a screen and sets the window size. As this is just a beta, I am going to be working on this still but I just wanted to get this out there for people to experience. The hardest part about this was trying to figure out what kind of syntax I wanted for this. I came up with the idea that your reading a list, starting from the top and reading line by line. I am proud of even making this in the first place. Ive always wanted to do this and have attempted a compiled programing language (that i might never touch again) that I watched a tutorial for. But this time I went for interpreted and going line by line looking at the first word and reacting that way. Before people test this project I would like to let them know that this is beta and that documentation is coming soon.

Enjoy -Cy

  • 5 devlogs
  • 11h
  • 15.56x multiplier
  • 168 Stardust
Try project → See source code →
Open comments for this post

53m 55s logged

I added the Watch opcode that allows you to watch multiple variables in to terminal for debugging purposes. And I tried to add a wait function where you can still use the program (not like time.sleep()). also changed the icon a tad

0
0
6
Open comments for this post

4h 43m 14s logged

Today is the day I realized I had to lock in in order to get the stuff I want. So, I have done quite a bit in that case like: The floor darkness is fixed, NPCs can be pickup items (kinda, only the gun is supported), very basic tool/weapon support, shooting with the gun and having it detect NPCs, starting the documentation page, lots of stuff behind the scenes like moving the map around with WASD, and a measuring tool for the map. The only problem (that bothers me because there is a lot of problems) Im having right now is the fps tanks when there is flooring. I tried to optimize it but that led nowhere. So you can disable flooring in the settings.

0
0
6
Open comments for this post

38m 32s logged

Ive done some light touch ups and simple optimizations but I dont really know what to do next. so Im going to fiddle with this for a bit and hope to get some new ideas. The code is similar to the last devlog but with some tweaks that Ive done to the code.

0
0
3
Open comments for this post

3h 24m 17s logged

I have added some stuff that is major. I have added FLOORS!!!!!! Using the same type of code for the walls but a little different, we can get ourselves some floors. I also added a toggle to swap between adding floors and walls (that W button) and you can see the floors behind the walls in the grid. The floors are slightly optimized to disappear if they are far too. They also support darkness. NPCs also got some stuff done too. they can move toward the player (and phase through walls) and there can be multiple NPCs.

0
0
7
Open comments for this post

3h 18m 18s logged

New icon and loads of new opcodes! DebugInfo is a opcode that displays useful info like the fps time current opcode that its running and what like the program is looking at. The If opcode works and supports: > = < ! >= <=. The Var opcode has added: sqrt pow abs dist vec3 rrng (ranrange). There is image, button and (possibly) text support. The Screen got some more opcodes like Caption and a toggleable fps counter by using fps. There is Sound but I havent tested it yet. I decided to use pixel art for the icon because I am better at that compared to digital drawing and I like how it turned out. How this whole language works is like reading a list, were it looks at the code line by line and runs it. Then if it hits something like a LoopEnd then it will go back to the Loop that it noted earlier. Because of this, I dont think I am going to add defs and functions (and ifs sound do the trick). The picture of the code runs a program that has a simple “menu” with a button, after that there is a simple 2d movement script.

0
0
6
Open comments for this post

4h 49m 11s logged

First devlog of this project. I have programed (some) functionality’s for these keywords: print, log, loop/Endloop, Break, If/IfEnd (kinda), Var (variables, +-*/ floor, round, ceiling color), and some very basic screen stuff: Screen (init, Caption, pos, box, fill, update, quitControl). This is a interpreted programing language ran through python and is not meant to run fast (yet, maybe). The logo is wip

0
0
7
Open comments for this post

2h 52m 9s logged

I honestly dont remember what I did the other day except that I made the npc disappear behind walls and some y pos stuff with the npc

0
0
31
Ship

I have made a Pipe Organ Synth Simulation to create organ sounds for my music. The reason why I have made this Is because I searched online for a certain sounding organ that I have heard in a song and found nothing. The most challenging part of this whole program would be trying to make the sound and trying to figure out what button is off out of the 100 buttons when there is a problem with one. It was also very tedious copy and pasting and slightly modifying the same code for all of those buttons. I am really proud of how the sound turned out because I was a little scared that it would just sound like sine waves just clashing together (you can make that sound still), but with the slight bit of noise makes it sound like pumping air. What people should know when testing my program for the first time is to load the light.json preset and modify it little by little by using whole numbers for the wave width buttons.

  • 4 devlogs
  • 13h
  • 10.00x multiplier
  • 127 Stardust
Try project → See source code →
Open comments for this post

1h 27m 51s logged

I have polished up the ui and added a couple more features like a button to have the sound wave to auto scroll and more fade options. all code is open source and is (mostly) easy to read and i am going to ship this project now :)

0
0
7
Loading more…

Followers

Loading…