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

Pygame Swat Command

  • 3 Devlogs
  • 5 Total hours

A swat commander base game in pygame using rts perspective and top-down view

Open comments for this post

40m 46s logged

feat: Add death mechanics, signal system, and friendly fire prevention

 - Implement character death with visual         
 feedback                                        
 - Add line-of-sight signal system for squad     
 commands                                        
 - Track bullet shooters to prevent friendly     
 fire                                            
 - Add dead character assets                     
                                                 
 Changes include:                                
                                                 
 - Armed.py: Death state, visual feedback,       
   skip dead enemies                             
 - SquadMember.py: Signal/connection checking    
   through walls                                 
 - Bullet.py: Shooter tracking, team-based       
   targeting                                     
 - Wall.py: Signal blocking property             
 - Level.py: Connection checks for commands      
 - Utils.py & __init__.py: Dead character asset 
0
0
2
Open comments for this post

2h 3m 34s logged

TLDR: Added ability to shoot fixed wall collisions and started on multi weapon system

feat: Add pathfinding, combat, and selection systems            
                                                                     
     - Implement A* pathfinding with smooth path and speed           
     variation                                                       
     - Add drag selection with formation movement for squad units    
     - Add agro cone detection and gun aiming for armed characters   
     - Add bullet physics with bearing/velocity and penetration      
     system                                                          
     - Fix wall collisions with stepped movement to prevent          
     tunneling                                                       
     - Add health indicator for enemies                              
     - Fix various type errors and rendering issues  
0
0
2

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…