add the cube master

This commit is contained in:
hamid zarghami
2025-12-09 11:06:48 +03:30
parent 53b9139506
commit d2325e9090
65 changed files with 6843 additions and 0 deletions
@@ -19,6 +19,8 @@ const TowerBuilderPage: FC = () => {
src='/tower_game-master/index.html'
className='w-full h-full border-0'
title='Tower Builder Game'
sandbox='allow-scripts allow-same-origin'
referrerPolicy='no-referrer'
/>
</div>
)