Skip to content

codegasms/Azzian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azzian

A funny pixel game about an Asian boy who is chased around by slippers and constantly taunted by family, peers and the game itself.

Instructions

Embedding assets in source files

WARNING: The following instructions will modify the source files so make sure to save your changes.

This step is optional and it is only recommended if you want to be able to execute the application from any working directory without relying on any external asset files.

$ python embed_assets.py src/*.c

If you would like to revert back the embedding of assets then either restore to the latest commit or clone the repo again.

Building and execution

$ make # Debug build
$ ./Azzian
$ make release # Release build
$ ./Azzian

Dependencies

Roadmap

Click me

TODO 2024-01-26 - DONE

  • Create a Title Screen
  • Spawn chappal
  • Tree spawning logic
  • Bug fix: Diagonal movement

TODO 2024-01-27

  • Implement collision
  • Implement chappal rain
  • Design levels {Garden, School, Home} -> Only change the textures and tiles.
  • Enemy random encounter
  • Complete Title Screen
  • Implement Pause menu & score
  • Menu to Game transition
  • Implement hearts
  • Implement SFX
  • Implement Parry (maybe?)

Design

  • School Texture
  • School elements
  • House Texture
  • House Elements
  • Search funny SFX
  • Get "inpsiration" from Steven He

TODO 2024-01-28

  • Design levels {Garden, Home} -> Only change the textures and tiles.
  • Transition b/w levels
  • UI/UX development in screen transition
  • Enemy random encounter
  • Generate QnA which are to be shown on encounter with enemy
  • Search funny SFX
  • Implement SFX
  • Get "inpsiration" from Steven He & other Asian Youtubers

SFX

  • Add quack on credits "I don't give a duck".
  • Play HAIYAAAA (Uncle Roger) on language button.
  • Play roblox death sound on Damage

About

A funny pixel game about an Asian boy who is chased around by slippers and constantly taunted by family, peers and the game itself.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages