Skip to content

Barebones pong written in raylib/x86-64 Assembly

Notifications You must be signed in to change notification settings

rfblock/rayasm-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Raylib+Assembly Pong

This is a barebones project that creates pong in assembly

Disclaimer

This is probably not a project that you should use for reference. This is only to test my own skill (or lack of) in using x86-64 assembly.

There is likely lots of errors/optimizations/best practices that I have missed, but the project runs fine enough for my standards.

Getting Started

  1. Install and build raylib

  2. Clone the repository

git clone https://github.com/rfblock/rayasm-pong;
cd rayasm-pong
  1. Assemble and link
nasm -felf64 main.asm
gcc main-o -no-pie -lraylib -lGl -o main.out
  1. Run
./a.out

About

Barebones pong written in raylib/x86-64 Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published